#52712A

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

Shades of Green Leaf #52712A

Tints of Green Leaf #52712A

Color information

#52712A (or 0x52712A) is unknown color: approx Green Leaf. HEX triplet: 52, 71 and 2A. RGB value is (82,113,42). Sum of RGB (Red+Green+Blue) = 82+113+42=237 (31% of max value = 765). Red value is 82 (32.42% from 255 or 34.60% from 237); Green value is 113 (44.53% from 255 or 47.68% from 237); Blue value is 42 (16.80% from 255 or 17.72% from 237); Max value from RGB is 113 - color contains mainly: green. Hex color #52712A is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #52712A is #AD8ED5. Grayscale: #5F5F5F. Windows color (decimal): -11374294 or 2781522. OLE color: 2781522.

HSL color Cylindrical-coordinate representation of color #52712A: hue angle of 86.2º degrees, saturation: 0.46, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #52712A is Cyan = 0.27, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.56.

Color convert

RGB8211342-
CMYK0.2700.630.56
HSL86.2º45.81%30.39%-
HSV(B)86.2º62.83%44.31%-
XYZ9.813.774.33-
YUV95.6497.73118.27-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 34.60%
GREEN value IS 113 (44.53% from 255) = 47.68%
BLUE value IS 42 (16.80% from 255) = 17.72%
R=34.60%
G=47.68%
B=17.72%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0
Y (Yellow) values IS 0.63
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal82113420.2700.630.5686.245.8130.39
Hex52712A1B03F38562e1e
Octal1221615233077701265636
Binary10100101110001101010110110111111111000101011010111011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #52712A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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