#526724

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

Shades of Green Leaf #526724

Tints of Green Leaf #526724

Color information

#526724 (or 0x526724) is unknown color: approx Green Leaf. HEX triplet: 52, 67 and 24. RGB value is (82,103,36). Sum of RGB (Red+Green+Blue) = 82+103+36=221 (29% of max value = 765). Red value is 82 (32.42% from 255 or 37.10% from 221); Green value is 103 (40.62% from 255 or 46.61% from 221); Blue value is 36 (14.45% from 255 or 16.29% from 221); Max value from RGB is 103 - color contains mainly: green. Hex color #526724 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #526724 is #AD98DB. Grayscale: #595959. Windows color (decimal): -11376860 or 2385746. OLE color: 2385746.

HSL color Cylindrical-coordinate representation of color #526724: hue angle of 78.81º degrees, saturation: 0.48, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #526724 is Cyan = 0.20, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.60.

Color convert

RGB8210336-
CMYK0.2000.650.60
HSL78.81º48.2%27.25%-
HSV(B)78.81º65.05%40.39%-
XYZ8.6511.623.46-
YUV89.0898.04122.95-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 37.10%
GREEN value IS 103 (40.62% from 255) = 46.61%
BLUE value IS 36 (14.45% from 255) = 16.29%
R=37.10%
G=46.61%
B=16.29%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0
Y (Yellow) values IS 0.65
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal82103360.2000.650.6078.8148.227.25
Hex526724140413C4f301b
Octal12214744240101741176033
Binary101001011001111001001010001000001111100100111111000011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #526724

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #526724; }

 p { color: rgb(82,103,36); }

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

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

 a { background-color: rgb(82,103,36); }

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

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

 span { border-color: rgb(82,103,36); }

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