#537E16

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

Shades of Green Leaf #537E16

Tints of Green Leaf #537E16

Color information

#537E16 (or 0x537E16) is unknown color: approx Green Leaf. HEX triplet: 53, 7E and 16. RGB value is (83,126,22). Sum of RGB (Red+Green+Blue) = 83+126+22=231 (30% of max value = 765). Red value is 83 (32.81% from 255 or 35.93% from 231); Green value is 126 (49.61% from 255 or 54.55% from 231); Blue value is 22 (8.98% from 255 or 9.52% from 231); Max value from RGB is 126 - color contains mainly: green. Hex color #537E16 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #537E16 is #AC81E9. Grayscale: #656565. Windows color (decimal): -11305450 or 1474131. OLE color: 1474131.

HSL color Cylindrical-coordinate representation of color #537E16: hue angle of 84.81º degrees, saturation: 0.7, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #537E16 is Cyan = 0.34, Magento = 0, Yellow = 0.83 and Black (K on CMYK) = 0.51.

Color convert

RGB8312622-
CMYK0.3400.830.51
HSL84.81º70.27%29.02%-
HSV(B)84.81º82.54%49.41%-
XYZ11.1716.823.42-
YUV101.2983.25114.96-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 35.93%
GREEN value IS 126 (49.61% from 255) = 54.55%
BLUE value IS 22 (8.98% from 255) = 9.52%
R=35.93%
G=54.55%
B=9.52%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0
Y (Yellow) values IS 0.83
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal83126220.3400.830.5184.8170.2729.02
Hex537E16220533355461d
Octal123176264201236312510635
Binary1010011111111010110100010010100111100111010101100011011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #537E16

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #537E16; }

 p { color: rgb(83,126,22); }

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

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

 a { background-color: rgb(83,126,22); }

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

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

 span { border-color: rgb(83,126,22); }

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