#527524

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

Shades of Green Leaf #527524

Tints of Green Leaf #527524

Color information

#527524 (or 0x527524) is unknown color: approx Green Leaf. HEX triplet: 52, 75 and 24. RGB value is (82,117,36). Sum of RGB (Red+Green+Blue) = 82+117+36=235 (31% of max value = 765). Red value is 82 (32.42% from 255 or 34.89% from 235); Green value is 117 (46.09% from 255 or 49.79% from 235); Blue value is 36 (14.45% from 255 or 15.32% from 235); Max value from RGB is 117 - color contains mainly: green. Hex color #527524 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #527524 is #AD8ADB. Grayscale: #616161. Windows color (decimal): -11373276 or 2389330. OLE color: 2389330.

HSL color Cylindrical-coordinate representation of color #527524: hue angle of 85.93º degrees, saturation: 0.53, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #527524 is Cyan = 0.30, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.54.

Color convert

RGB8211736-
CMYK0.3000.690.54
HSL85.93º52.94%30%-
HSV(B)85.93º69.23%45.88%-
XYZ10.1614.643.96-
YUV97.393.4117.09-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 34.89%
GREEN value IS 117 (46.09% from 255) = 49.79%
BLUE value IS 36 (14.45% from 255) = 15.32%
R=34.89%
G=49.79%
B=15.32%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0
Y (Yellow) values IS 0.69
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal82117360.3000.690.5485.9352.9430
Hex5275241E0453656351e
Octal12216544360105661266536
Binary101001011101011001001111001000101110110101011011010111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #527524

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #527524; }

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

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

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

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

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

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

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

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