#527828

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

Shades of Green Leaf #527828

Tints of Green Leaf #527828

Color information

#527828 (or 0x527828) is unknown color: approx Green Leaf. HEX triplet: 52, 78 and 28. RGB value is (82,120,40). Sum of RGB (Red+Green+Blue) = 82+120+40=242 (32% of max value = 765). Red value is 82 (32.42% from 255 or 33.88% from 242); Green value is 120 (47.27% from 255 or 49.59% from 242); Blue value is 40 (16.02% from 255 or 16.53% from 242); Max value from RGB is 120 - color contains mainly: green. Hex color #527828 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #527828 is #AD87D7. Grayscale: #636363. Windows color (decimal): -11372504 or 2652242. OLE color: 2652242.

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

Color convert

RGB8212040-
CMYK0.3200.670.53
HSL88.5º50%31.37%-
HSV(B)88.5º66.67%47.06%-
XYZ10.5815.384.42-
YUV99.5294.41115.5-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 33.88%
GREEN value IS 120 (47.27% from 255) = 49.59%
BLUE value IS 40 (16.02% from 255) = 16.53%
R=33.88%
G=49.59%
B=16.53%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0
Y (Yellow) values IS 0.67
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal82120400.3200.670.5388.55031.37
Hex527828200433558321f
Octal12217050400103651306237
Binary1010010111100010100010000001000011110101101100011001011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #527828

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #527828; }

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

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

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

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

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

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

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

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