#526820

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

Shades of Green Leaf #526820

Tints of Green Leaf #526820

Color information

#526820 (or 0x526820) is unknown color: approx Green Leaf. HEX triplet: 52, 68 and 20. RGB value is (82,104,32). Sum of RGB (Red+Green+Blue) = 82+104+32=218 (28% of max value = 765). Red value is 82 (32.42% from 255 or 37.61% from 218); Green value is 104 (41.02% from 255 or 47.71% from 218); Blue value is 32 (12.89% from 255 or 14.68% from 218); Max value from RGB is 104 - color contains mainly: green. Hex color #526820 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #526820 is #AD97DF. Grayscale: #595959. Windows color (decimal): -11376608 or 2123858. OLE color: 2123858.

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

Color convert

RGB8210432-
CMYK0.2100.690.59
HSL78.33º52.94%26.67%-
HSV(B)78.33º69.23%40.78%-
XYZ8.6911.83.19-
YUV89.2195.71122.85-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 37.61%
GREEN value IS 104 (41.02% from 255) = 47.71%
BLUE value IS 32 (12.89% from 255) = 14.68%
R=37.61%
G=47.71%
B=14.68%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0
Y (Yellow) values IS 0.69
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal82104320.2100.690.5978.3352.9426.67
Hex526820150453B4e351b
Octal12215040250105731166533
Binary101001011010001000001010101000101111011100111011010111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #526820

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #526820; }

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

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

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

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

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

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

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

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