#529E5C

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

Shades of Fruit Salad #529E5C

Tints of Fruit Salad #529E5C

Color information

#529E5C (or 0x529E5C) is unknown color: approx Fruit Salad. HEX triplet: 52, 9E and 5C. RGB value is (82,158,92). Sum of RGB (Red+Green+Blue) = 82+158+92=332 (43% of max value = 765). Red value is 82 (32.42% from 255 or 24.70% from 332); Green value is 158 (62.11% from 255 or 47.59% from 332); Blue value is 92 (36.33% from 255 or 27.71% from 332); Max value from RGB is 158 - color contains mainly: green. Hex color #529E5C is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #529E5C is #AD61A3. Grayscale: #7F7F7F. Windows color (decimal): -11362724 or 6069842. OLE color: 6069842.

HSL color Cylindrical-coordinate representation of color #529E5C: hue angle of 127.89º 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 #529E5C is Cyan = 0.48, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.38.

Color convert

RGB8215892-
CMYK0.4800.420.38
HSL127.89º31.67%47.06%-
HSV(B)127.89º48.1%61.96%-
XYZ17.6427.0214.41-
YUV127.75107.8295.37-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 24.70%
GREEN value IS 158 (62.11% from 255) = 47.59%
BLUE value IS 92 (36.33% from 255) = 27.71%
R=24.70%
G=47.59%
B=27.71%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0
Y (Yellow) values IS 0.42
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal82158920.4800.420.38127.8931.6747.06
Hex529E5C3002A2680202f
Octal12223613460052462004057
Binary1010010100111101011100110000010101010011010000000100000101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #529E5C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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