#537931

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

Shades of Green Leaf #537931

Tints of Green Leaf #537931

Color information

#537931 (or 0x537931) is unknown color: approx Green Leaf. HEX triplet: 53, 79 and 31. RGB value is (83,121,49). Sum of RGB (Red+Green+Blue) = 83+121+49=253 (33% of max value = 765). Red value is 83 (32.81% from 255 or 32.81% from 253); Green value is 121 (47.66% from 255 or 47.83% from 253); Blue value is 49 (19.53% from 255 or 19.37% from 253); Max value from RGB is 121 - color contains mainly: green. Hex color #537931 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #537931 is #AC86CE. Grayscale: #656565. Windows color (decimal): -11306703 or 3242323. OLE color: 3242323.

HSL color Cylindrical-coordinate representation of color #537931: hue angle of 91.67º degrees, saturation: 0.42, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #537931 is Cyan = 0.31, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.53.

Color convert

RGB8312149-
CMYK0.3100.600.53
HSL91.67º42.35%33.33%-
HSV(B)91.67º59.5%47.45%-
XYZ10.9615.745.37-
YUV101.4398.41114.85-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 32.81%
GREEN value IS 121 (47.66% from 255) = 47.83%
BLUE value IS 49 (19.53% from 255) = 19.37%
R=32.81%
G=47.83%
B=19.37%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0
Y (Yellow) values IS 0.60
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal83121490.3100.600.5391.6742.3533.33
Hex5379311F03C355c2a21
Octal1231716137074651345241
Binary101001111110011100011111101111001101011011100101010100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #537931

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #537931; }

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

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

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

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

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

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

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

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