#52762F

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

Shades of Green Leaf #52762F

Tints of Green Leaf #52762F

Color information

#52762F (or 0x52762F) is unknown color: approx Green Leaf. HEX triplet: 52, 76 and 2F. RGB value is (82,118,47). Sum of RGB (Red+Green+Blue) = 82+118+47=247 (32% of max value = 765). Red value is 82 (32.42% from 255 or 33.20% from 247); Green value is 118 (46.48% from 255 or 47.77% from 247); Blue value is 47 (18.75% from 255 or 19.03% from 247); Max value from RGB is 118 - color contains mainly: green. Hex color #52762F is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #52762F is #AD89D0. Grayscale: #636363. Windows color (decimal): -11373009 or 3110482. OLE color: 3110482.

HSL color Cylindrical-coordinate representation of color #52762F: hue angle of 90.42º degrees, saturation: 0.43, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #52762F is Cyan = 0.31, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.54.

Color convert

RGB8211847-
CMYK0.3100.600.54
HSL90.42º43.03%32.35%-
HSV(B)90.42º60.17%46.27%-
XYZ10.4714.965.02-
YUV99.1498.57115.77-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 33.20%
GREEN value IS 118 (46.48% from 255) = 47.77%
BLUE value IS 47 (18.75% from 255) = 19.03%
R=33.20%
G=47.77%
B=19.03%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0
Y (Yellow) values IS 0.60
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal82118470.3100.600.5490.4243.0332.35
Hex52762F1F03C365a2b20
Octal1221665737074661325340
Binary101001011101101011111111101111001101101011010101011100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #52762F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(82,118,47); }

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

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

 a { background-color: rgb(82,118,47); }

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

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

 span { border-color: rgb(82,118,47); }

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