#527D19

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

Shades of Green Leaf #527D19

Tints of Green Leaf #527D19

Color information

#527D19 (or 0x527D19) is unknown color: approx Green Leaf. HEX triplet: 52, 7D and 19. RGB value is (82,125,25). Sum of RGB (Red+Green+Blue) = 82+125+25=232 (30% of max value = 765). Red value is 82 (32.42% from 255 or 35.34% from 232); Green value is 125 (49.22% from 255 or 53.88% from 232); Blue value is 25 (10.16% from 255 or 10.78% from 232); Max value from RGB is 125 - color contains mainly: green. Hex color #527D19 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #527D19 is #AD82E6. Grayscale: #656565. Windows color (decimal): -11371239 or 1670482. OLE color: 1670482.

HSL color Cylindrical-coordinate representation of color #527D19: hue angle of 85.8º degrees, saturation: 0.67, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #527D19 is Cyan = 0.34, Magento = 0, Yellow = 0.8 and Black (K on CMYK) = 0.51.

Color convert

RGB8212525-
CMYK0.3400.80.51
HSL85.8º66.67%29.41%-
HSV(B)85.8º80%49.02%-
XYZ10.9916.533.53-
YUV100.7485.25114.63-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 35.34%
GREEN value IS 125 (49.22% from 255) = 53.88%
BLUE value IS 25 (10.16% from 255) = 10.78%
R=35.34%
G=53.88%
B=10.78%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0
Y (Yellow) values IS 0.8
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal82125250.3400.80.5185.866.6729.41
Hex527D19220503356431d
Octal122175314201206312610335
Binary1010010111110111001100010010100001100111010110100001111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #527D19

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #527D19; }

 p { color: rgb(82,125,25); }

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

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

 a { background-color: rgb(82,125,25); }

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

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

 span { border-color: rgb(82,125,25); }

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