#529E5D

Color #529E5D Fruit Salad (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Fruit Salad #529E5D

Tints of Fruit Salad #529E5D

Color information

#529E5D (or 0x529E5D) is unknown color: approx Fruit Salad. HEX triplet: 52, 9E and 5D. RGB value is (82,158,93). Sum of RGB (Red+Green+Blue) = 82+158+93=333 (44% of max value = 765). Red value is 82 (32.42% from 255 or 24.62% from 333); Green value is 158 (62.11% from 255 or 47.45% from 333); Blue value is 93 (36.72% from 255 or 27.93% from 333); Max value from RGB is 158 - color contains mainly: green. Hex color #529E5D is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #529E5D is #AD61A2. Grayscale: #808080. Windows color (decimal): -11362723 or 6135378. OLE color: 6135378.

HSL color Cylindrical-coordinate representation of color #529E5D: hue angle of 128.68º degrees, saturation: 0.32, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #529E5D is Cyan = 0.48, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.38.

Color convert

RGB8215893-
CMYK0.4800.410.38
HSL128.68º31.67%47.06%-
HSV(B)128.68º48.1%61.96%-
XYZ17.6827.0414.64-
YUV127.87108.3295.29-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 82 (32.42% from 255) = 24.62%
GREEN value IS 158 (62.11% from 255) = 47.45%
BLUE value IS 93 (36.72% from 255) = 27.93%
R=24.62%
G=47.45%
B=27.93%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0
Y (Yellow) values IS 0.41
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal82158930.4800.410.38128.6831.6747.06
Hex529E5D300292681202f
Octal12223613560051462014057
Binary1010010100111101011101110000010100110011010000001100000101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #529E5D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #529E5D; }

 p { color: rgb(82,158,93); }

 H1.HeaderClassName
 {
   color: #529E5D;
 }
 .AnyTagClassName
 {
   color: #529E5D;
 }
</style>
background-color css

<style>
 a { background-color: #529E5D; }

 a { background-color: rgb(82,158,93); }

 div.DivClassName
 {
   background-color: #529E5D;
 }
 .BgClassName
 {
   background-color: #529E5D;
 }
</style>
border-color css

<style>
 span { border-color: #529E5D; }

 span { border-color: rgb(82,158,93); }

 td.TdClassName
 {
   border-color: #529E5D;
 }
 .TagClassName
 {
   border-color: #529E5D;
 }
</style>