#52781F

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

Shades of Green Leaf #52781F

Tints of Green Leaf #52781F

Color information

#52781F (or 0x52781F) is unknown color: approx Green Leaf. HEX triplet: 52, 78 and 1F. RGB value is (82,120,31). Sum of RGB (Red+Green+Blue) = 82+120+31=233 (30% of max value = 765). Red value is 82 (32.42% from 255 or 35.19% from 233); Green value is 120 (47.27% from 255 or 51.50% from 233); Blue value is 31 (12.5% from 255 or 13.30% from 233); Max value from RGB is 120 - color contains mainly: green. Hex color #52781F is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #52781F is #AD87E0. Grayscale: #626262. Windows color (decimal): -11372513 or 2062418. OLE color: 2062418.

HSL color Cylindrical-coordinate representation of color #52781F: hue angle of 85.62º degrees, saturation: 0.59, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #52781F is Cyan = 0.32, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.53.

Color convert

RGB8212031-
CMYK0.3200.740.53
HSL85.62º58.94%29.61%-
HSV(B)85.62º74.17%47.06%-
XYZ10.4415.333.7-
YUV98.4989.91116.24-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 35.19%
GREEN value IS 120 (47.27% from 255) = 51.50%
BLUE value IS 31 (12.5% from 255) = 13.30%
R=35.19%
G=51.50%
B=13.30%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0
Y (Yellow) values IS 0.74
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal82120310.3200.740.5385.6258.9429.61
Hex52781F2004A35563b1e
Octal12217037400112651267336
Binary101001011110001111110000001001010110101101011011101111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #52781F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #52781F; }

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

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

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

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

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

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

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

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