#52791E

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

Shades of Green Leaf #52791E

Tints of Green Leaf #52791E

Color information

#52791E (or 0x52791E) is unknown color: approx Green Leaf. HEX triplet: 52, 79 and 1E. RGB value is (82,121,30). Sum of RGB (Red+Green+Blue) = 82+121+30=233 (30% of max value = 765). Red value is 82 (32.42% from 255 or 35.19% from 233); Green value is 121 (47.66% from 255 or 51.93% from 233); Blue value is 30 (12.11% from 255 or 12.88% from 233); Max value from RGB is 121 - color contains mainly: green. Hex color #52791E is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #52791E is #AD86E1. Grayscale: #636363. Windows color (decimal): -11372258 or 1997138. OLE color: 1997138.

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

Color convert

RGB8212130-
CMYK0.3200.750.53
HSL85.71º60.26%29.61%-
HSV(B)85.71º75.21%47.45%-
XYZ10.5515.563.68-
YUV98.9689.08115.9-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 35.19%
GREEN value IS 121 (47.66% from 255) = 51.93%
BLUE value IS 30 (12.11% from 255) = 12.88%
R=35.19%
G=51.93%
B=12.88%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0
Y (Yellow) values IS 0.75
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal82121300.3200.750.5385.7160.2629.61
Hex52791E2004B35563c1e
Octal12217136400113651267436
Binary101001011110011111010000001001011110101101011011110011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #52791E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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