#52792A

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

Shades of Green Leaf #52792A

Tints of Green Leaf #52792A

Color information

#52792A (or 0x52792A) is unknown color: approx Green Leaf. HEX triplet: 52, 79 and 2A. RGB value is (82,121,42). Sum of RGB (Red+Green+Blue) = 82+121+42=245 (32% of max value = 765). Red value is 82 (32.42% from 255 or 33.47% from 245); Green value is 121 (47.66% from 255 or 49.39% from 245); Blue value is 42 (16.80% from 255 or 17.14% from 245); Max value from RGB is 121 - color contains mainly: green. Hex color #52792A is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #52792A is #AD86D5. Grayscale: #646464. Windows color (decimal): -11372246 or 2783570. OLE color: 2783570.

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

Color convert

RGB8212142-
CMYK0.3200.650.53
HSL89.62º48.47%31.96%-
HSV(B)89.62º65.29%47.45%-
XYZ10.7315.644.64-
YUV100.3395.08114.92-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 33.47%
GREEN value IS 121 (47.66% from 255) = 49.39%
BLUE value IS 42 (16.80% from 255) = 17.14%
R=33.47%
G=49.39%
B=17.14%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0
Y (Yellow) values IS 0.65
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal82121420.3200.650.5389.6248.4731.96
Hex52792A20041355a3020
Octal12217152400101651326040
Binary10100101111001101010100000010000011101011011010110000100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #52792A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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