#537231

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

Shades of Green Leaf #537231

Tints of Green Leaf #537231

Color information

#537231 (or 0x537231) is unknown color: approx Green Leaf. HEX triplet: 53, 72 and 31. RGB value is (83,114,49). Sum of RGB (Red+Green+Blue) = 83+114+49=246 (32% of max value = 765). Red value is 83 (32.81% from 255 or 33.74% from 246); Green value is 114 (44.92% from 255 or 46.34% from 246); Blue value is 49 (19.53% from 255 or 19.92% from 246); Max value from RGB is 114 - color contains mainly: green. Hex color #537231 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #537231 is #AC8DCE. Grayscale: #616161. Windows color (decimal): -11308495 or 3240531. OLE color: 3240531.

HSL color Cylindrical-coordinate representation of color #537231: hue angle of 88.62º degrees, saturation: 0.4, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #537231 is Cyan = 0.27, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.55.

Color convert

RGB8311449-
CMYK0.2700.570.55
HSL88.62º39.88%31.96%-
HSV(B)88.62º57.02%44.71%-
XYZ10.1414.15.09-
YUV97.32100.73117.79-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 33.74%
GREEN value IS 114 (44.92% from 255) = 46.34%
BLUE value IS 49 (19.53% from 255) = 19.92%
R=33.74%
G=46.34%
B=19.92%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0
Y (Yellow) values IS 0.57
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal83114490.2700.570.5588.6239.8831.96
Hex5372311B03937592820
Octal1231626133071671315040
Binary101001111100101100011101101110011101111011001101000100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #537231

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #537231; }

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

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

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

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

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

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

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

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