#537031

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

Shades of Green Leaf #537031

Tints of Green Leaf #537031

Color information

#537031 (or 0x537031) is unknown color: approx Green Leaf. HEX triplet: 53, 70 and 31. RGB value is (83,112,49). Sum of RGB (Red+Green+Blue) = 83+112+49=244 (32% of max value = 765). Red value is 83 (32.81% from 255 or 34.02% from 244); Green value is 112 (44.14% from 255 or 45.90% from 244); Blue value is 49 (19.53% from 255 or 20.08% from 244); Max value from RGB is 112 - color contains mainly: green. Hex color #537031 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #537031 is #AC8FCE. Grayscale: #606060. Windows color (decimal): -11309007 or 3240019. OLE color: 3240019.

HSL color Cylindrical-coordinate representation of color #537031: hue angle of 87.62º degrees, saturation: 0.39, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #537031 is Cyan = 0.26, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.56.

Color convert

RGB8311249-
CMYK0.2600.560.56
HSL87.62º39.13%31.57%-
HSV(B)87.62º56.25%43.92%-
XYZ9.9213.655.02-
YUV96.15101.39118.62-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 34.02%
GREEN value IS 112 (44.14% from 255) = 45.90%
BLUE value IS 49 (19.53% from 255) = 20.08%
R=34.02%
G=45.90%
B=20.08%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0
Y (Yellow) values IS 0.56
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal83112490.2600.560.5687.6239.1331.57
Hex5370311A03838582720
Octal1231606132070701304740
Binary101001111100001100011101001110001110001011000100111100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #537031

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #537031; }

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

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

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

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

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

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

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

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