#52762C

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

Shades of Green Leaf #52762C

Tints of Green Leaf #52762C

Color information

#52762C (or 0x52762C) is unknown color: approx Green Leaf. HEX triplet: 52, 76 and 2C. RGB value is (82,118,44). Sum of RGB (Red+Green+Blue) = 82+118+44=244 (32% of max value = 765). Red value is 82 (32.42% from 255 or 33.61% from 244); Green value is 118 (46.48% from 255 or 48.36% from 244); Blue value is 44 (17.58% from 255 or 18.03% from 244); Max value from RGB is 118 - color contains mainly: green. Hex color #52762C is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #52762C is #AD89D3. Grayscale: #636363. Windows color (decimal): -11373012 or 2913874. OLE color: 2913874.

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

Color convert

RGB8211844-
CMYK0.3100.630.54
HSL89.19º45.68%31.76%-
HSV(B)89.19º62.71%46.27%-
XYZ10.4114.934.72-
YUV98.897.07116.02-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 33.61%
GREEN value IS 118 (46.48% from 255) = 48.36%
BLUE value IS 44 (17.58% from 255) = 18.03%
R=33.61%
G=48.36%
B=18.03%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0
Y (Yellow) values IS 0.63
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal82118440.3100.630.5489.1945.6831.76
Hex52762C1F03F36592e20
Octal1221665437077661315640
Binary101001011101101011001111101111111101101011001101110100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #52762C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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