#52791F

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

Shades of Green Leaf #52791F

Tints of Green Leaf #52791F

Color information

#52791F (or 0x52791F) is unknown color: approx Green Leaf. HEX triplet: 52, 79 and 1F. RGB value is (82,121,31). Sum of RGB (Red+Green+Blue) = 82+121+31=234 (30% of max value = 765). Red value is 82 (32.42% from 255 or 35.04% from 234); Green value is 121 (47.66% from 255 or 51.71% from 234); Blue value is 31 (12.5% from 255 or 13.25% from 234); Max value from RGB is 121 - color contains mainly: green. Hex color #52791F is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #52791F is #AD86E0. Grayscale: #636363. Windows color (decimal): -11372257 or 2062674. OLE color: 2062674.

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

Color convert

RGB8212131-
CMYK0.3200.740.53
HSL86º59.21%29.8%-
HSV(B)86º74.38%47.45%-
XYZ10.5615.573.74-
YUV99.0889.58115.82-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 35.04%
GREEN value IS 121 (47.66% from 255) = 51.71%
BLUE value IS 31 (12.5% from 255) = 13.25%
R=35.04%
G=51.71%
B=13.25%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0
Y (Yellow) values IS 0.74
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal82121310.3200.740.538659.2129.8
Hex52791F2004A35563b1e
Octal12217137400112651267336
Binary101001011110011111110000001001010110101101011011101111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #52791F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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