#52792E

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

Shades of Green Leaf #52792E

Tints of Green Leaf #52792E

Color information

#52792E (or 0x52792E) is unknown color: approx Green Leaf. HEX triplet: 52, 79 and 2E. RGB value is (82,121,46). Sum of RGB (Red+Green+Blue) = 82+121+46=249 (32% of max value = 765). Red value is 82 (32.42% from 255 or 32.93% from 249); Green value is 121 (47.66% from 255 or 48.59% from 249); Blue value is 46 (18.36% from 255 or 18.47% from 249); Max value from RGB is 121 - color contains mainly: green. Hex color #52792E is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #52792E is #AD86D1. Grayscale: #656565. Windows color (decimal): -11372242 or 3045714. OLE color: 3045714.

HSL color Cylindrical-coordinate representation of color #52792E: hue angle of 91.2º degrees, saturation: 0.45, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #52792E is Cyan = 0.32, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.53.

Color convert

RGB8212146-
CMYK0.3200.620.53
HSL91.2º44.91%32.75%-
HSV(B)91.2º61.98%47.45%-
XYZ10.8115.675.04-
YUV100.7997.08114.6-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 32.93%
GREEN value IS 121 (47.66% from 255) = 48.59%
BLUE value IS 46 (18.36% from 255) = 18.47%
R=32.93%
G=48.59%
B=18.47%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0
Y (Yellow) values IS 0.62
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal82121460.3200.620.5391.244.9132.75
Hex52792E2003E355b2d21
Octal1221715640076651335541
Binary1010010111100110111010000001111101101011011011101101100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #52792E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #52792E; }

 p { color: rgb(82,121,46); }

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

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

 a { background-color: rgb(82,121,46); }

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

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

 span { border-color: rgb(82,121,46); }

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