#527824

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

Shades of Green Leaf #527824

Tints of Green Leaf #527824

Color information

#527824 (or 0x527824) is unknown color: approx Green Leaf. HEX triplet: 52, 78 and 24. RGB value is (82,120,36). Sum of RGB (Red+Green+Blue) = 82+120+36=238 (31% of max value = 765). Red value is 82 (32.42% from 255 or 34.45% from 238); Green value is 120 (47.27% from 255 or 50.42% from 238); Blue value is 36 (14.45% from 255 or 15.13% from 238); Max value from RGB is 120 - color contains mainly: green. Hex color #527824 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #527824 is #AD87DB. Grayscale: #636363. Windows color (decimal): -11372508 or 2390098. OLE color: 2390098.

HSL color Cylindrical-coordinate representation of color #527824: hue angle of 87.14º degrees, saturation: 0.54, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #527824 is Cyan = 0.32, Magento = 0, Yellow = 0.7 and Black (K on CMYK) = 0.53.

Color convert

RGB8212036-
CMYK0.3200.70.53
HSL87.14º53.85%30.59%-
HSV(B)87.14º70%47.06%-
XYZ10.5115.354.08-
YUV99.0692.41115.83-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 34.45%
GREEN value IS 120 (47.27% from 255) = 50.42%
BLUE value IS 36 (14.45% from 255) = 15.13%
R=34.45%
G=50.42%
B=15.13%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0
Y (Yellow) values IS 0.7
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal82120360.3200.70.5387.1453.8530.59
Hex527824200463557361f
Octal12217044400106651276637
Binary1010010111100010010010000001000110110101101011111011011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #527824

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #527824; }

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

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

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

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

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

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

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

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