#526920

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

Shades of Green Leaf #526920

Tints of Green Leaf #526920

Color information

#526920 (or 0x526920) is unknown color: approx Green Leaf. HEX triplet: 52, 69 and 20. RGB value is (82,105,32). Sum of RGB (Red+Green+Blue) = 82+105+32=219 (29% of max value = 765). Red value is 82 (32.42% from 255 or 37.44% from 219); Green value is 105 (41.41% from 255 or 47.95% from 219); Blue value is 32 (12.89% from 255 or 14.61% from 219); Max value from RGB is 105 - color contains mainly: green. Hex color #526920 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #526920 is #AD96DF. Grayscale: #5A5A5A. Windows color (decimal): -11376352 or 2124114. OLE color: 2124114.

HSL color Cylindrical-coordinate representation of color #526920: hue angle of 78.9º degrees, saturation: 0.53, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #526920 is Cyan = 0.22, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.59.

Color convert

RGB8210532-
CMYK0.2200.700.59
HSL78.9º53.28%26.86%-
HSV(B)78.9º69.52%41.18%-
XYZ8.79123.22-
YUV89.895.38122.44-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 37.44%
GREEN value IS 105 (41.41% from 255) = 47.95%
BLUE value IS 32 (12.89% from 255) = 14.61%
R=37.44%
G=47.95%
B=14.61%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0
Y (Yellow) values IS 0.70
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal82105320.2200.700.5978.953.2826.86
Hex526920160463B4f351b
Octal12215140260106731176533
Binary101001011010011000001011001000110111011100111111010111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #526920

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #526920; }

 p { color: rgb(82,105,32); }

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

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

 a { background-color: rgb(82,105,32); }

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

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

 span { border-color: rgb(82,105,32); }

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