#526F29

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

Shades of Green Leaf #526F29

Tints of Green Leaf #526F29

Color information

#526F29 (or 0x526F29) is unknown color: approx Green Leaf. HEX triplet: 52, 6F and 29. RGB value is (82,111,41). Sum of RGB (Red+Green+Blue) = 82+111+41=234 (30% of max value = 765). Red value is 82 (32.42% from 255 or 35.04% from 234); Green value is 111 (43.75% from 255 or 47.44% from 234); Blue value is 41 (16.41% from 255 or 17.52% from 234); Max value from RGB is 111 - color contains mainly: green. Hex color #526F29 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #526F29 is #AD90D6. Grayscale: #5E5E5E. Windows color (decimal): -11374807 or 2715474. OLE color: 2715474.

HSL color Cylindrical-coordinate representation of color #526F29: hue angle of 84.86º degrees, saturation: 0.46, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #526F29 is Cyan = 0.26, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.56.

Color convert

RGB8211141-
CMYK0.2600.630.56
HSL84.86º46.05%29.8%-
HSV(B)84.86º63.06%43.53%-
XYZ9.5613.324.17-
YUV94.3597.89119.19-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 35.04%
GREEN value IS 111 (43.75% from 255) = 47.44%
BLUE value IS 41 (16.41% from 255) = 17.52%
R=35.04%
G=47.44%
B=17.52%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0
Y (Yellow) values IS 0.63
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal82111410.2600.630.5684.8646.0529.8
Hex526F291A03F38552e1e
Octal1221575132077701255636
Binary10100101101111101001110100111111111000101010110111011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #526F29

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(82,111,41); }

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

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

 a { background-color: rgb(82,111,41); }

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

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

 span { border-color: rgb(82,111,41); }

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