#52711B

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

Shades of Green Leaf #52711B

Tints of Green Leaf #52711B

Color information

#52711B (or 0x52711B) is unknown color: approx Green Leaf. HEX triplet: 52, 71 and 1B. RGB value is (82,113,27). Sum of RGB (Red+Green+Blue) = 82+113+27=222 (29% of max value = 765). Red value is 82 (32.42% from 255 or 36.94% from 222); Green value is 113 (44.53% from 255 or 50.90% from 222); Blue value is 27 (10.94% from 255 or 12.16% from 222); Max value from RGB is 113 - color contains mainly: green. Hex color #52711B is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #52711B is #AD8EE4. Grayscale: #5E5E5E. Windows color (decimal): -11374309 or 1798482. OLE color: 1798482.

HSL color Cylindrical-coordinate representation of color #52711B: hue angle of 81.63º degrees, saturation: 0.61, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #52711B is Cyan = 0.27, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.56.

Color convert

RGB8211327-
CMYK0.2700.760.56
HSL81.63º61.43%27.45%-
HSV(B)81.63º76.11%44.31%-
XYZ9.5813.683.17-
YUV93.9390.23119.49-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 36.94%
GREEN value IS 113 (44.53% from 255) = 50.90%
BLUE value IS 27 (10.94% from 255) = 12.16%
R=36.94%
G=50.90%
B=12.16%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0
Y (Yellow) values IS 0.76
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal82113270.2700.760.5681.6361.4327.45
Hex52711B1B04C38523d1b
Octal12216133330114701227533
Binary10100101110001110111101101001100111000101001011110111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #52711B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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