#537029

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

Shades of Green Leaf #537029

Tints of Green Leaf #537029

Color information

#537029 (or 0x537029) is unknown color: approx Green Leaf. HEX triplet: 53, 70 and 29. RGB value is (83,112,41). Sum of RGB (Red+Green+Blue) = 83+112+41=236 (31% of max value = 765). Red value is 83 (32.81% from 255 or 35.17% from 236); Green value is 112 (44.14% from 255 or 47.46% from 236); Blue value is 41 (16.41% from 255 or 17.37% from 236); Max value from RGB is 112 - color contains mainly: green. Hex color #537029 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #537029 is #AC8FD6. Grayscale: #5F5F5F. Windows color (decimal): -11309015 or 2715731. OLE color: 2715731.

HSL color Cylindrical-coordinate representation of color #537029: hue angle of 84.51º 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 #537029 is Cyan = 0.26, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.56.

Color convert

RGB8311241-
CMYK0.2600.630.56
HSL84.51º46.41%30%-
HSV(B)84.51º63.39%43.92%-
XYZ9.7613.594.21-
YUV95.2497.39119.27-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 35.17%
GREEN value IS 112 (44.14% from 255) = 47.46%
BLUE value IS 41 (16.41% from 255) = 17.37%
R=35.17%
G=47.46%
B=17.37%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0
Y (Yellow) values IS 0.63
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal83112410.2600.630.5684.5146.4130
Hex5370291A03F38552e1e
Octal1231605132077701255636
Binary10100111110000101001110100111111111000101010110111011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #537029

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #537029; }

 p { color: rgb(83,112,41); }

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

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

 a { background-color: rgb(83,112,41); }

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

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

 span { border-color: rgb(83,112,41); }

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