#526C31

Color #526C31 Green Leaf (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Green Leaf #526C31

Tints of Green Leaf #526C31

Color information

#526C31 (or 0x526C31) is unknown color: approx Green Leaf. HEX triplet: 52, 6C and 31. RGB value is (82,108,49). Sum of RGB (Red+Green+Blue) = 82+108+49=239 (31% of max value = 765). Red value is 82 (32.42% from 255 or 34.31% from 239); Green value is 108 (42.58% from 255 or 45.19% from 239); Blue value is 49 (19.53% from 255 or 20.50% from 239); Max value from RGB is 108 - color contains mainly: green. Hex color #526C31 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #526C31 is #AD93CE. Grayscale: #5D5D5D. Windows color (decimal): -11375567 or 3238994. OLE color: 3238994.

HSL color Cylindrical-coordinate representation of color #526C31: hue angle of 86.44º degrees, saturation: 0.38, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #526C31 is Cyan = 0.24, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.58.

Color convert

RGB8210849-
CMYK0.2400.550.58
HSL86.44º37.58%30.78%-
HSV(B)86.44º54.63%42.35%-
XYZ9.412.744.87-
YUV93.5102.89119.8-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 34.31%
GREEN value IS 108 (42.58% from 255) = 45.19%
BLUE value IS 49 (19.53% from 255) = 20.50%
R=34.31%
G=45.19%
B=20.50%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0
Y (Yellow) values IS 0.55
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal82108490.2400.550.5886.4437.5830.78
Hex526C31180373A56261f
Octal1221546130067721264637
Binary10100101101100110001110000110111111010101011010011011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #526C31

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #526C31; }

 p { color: rgb(82,108,49); }

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

<style>
 a { background-color: #526C31; }

 a { background-color: rgb(82,108,49); }

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

<style>
 span { border-color: #526C31; }

 span { border-color: rgb(82,108,49); }

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