#52791B

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

Shades of Green Leaf #52791B

Tints of Green Leaf #52791B

Color information

#52791B (or 0x52791B) is unknown color: approx Green Leaf. HEX triplet: 52, 79 and 1B. RGB value is (82,121,27). Sum of RGB (Red+Green+Blue) = 82+121+27=230 (30% of max value = 765). Red value is 82 (32.42% from 255 or 35.65% from 230); Green value is 121 (47.66% from 255 or 52.61% from 230); Blue value is 27 (10.94% from 255 or 11.74% from 230); Max value from RGB is 121 - color contains mainly: green. Hex color #52791B is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #52791B is #AD86E4. Grayscale: #626262. Windows color (decimal): -11372261 or 1800530. OLE color: 1800530.

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

Color convert

RGB8212127-
CMYK0.3200.780.53
HSL84.89º63.51%29.02%-
HSV(B)84.89º77.69%47.45%-
XYZ10.5115.553.48-
YUV98.6287.58116.14-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 35.65%
GREEN value IS 121 (47.66% from 255) = 52.61%
BLUE value IS 27 (10.94% from 255) = 11.74%
R=35.65%
G=52.61%
B=11.74%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0
Y (Yellow) values IS 0.78
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal82121270.3200.780.5384.8963.5129.02
Hex52791B2004E3555401d
Octal122171334001166512510035
Binary1010010111100111011100000010011101101011010101100000011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #52791B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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