#537416

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

Shades of Green Leaf #537416

Tints of Green Leaf #537416

Color information

#537416 (or 0x537416) is unknown color: approx Green Leaf. HEX triplet: 53, 74 and 16. RGB value is (83,116,22). Sum of RGB (Red+Green+Blue) = 83+116+22=221 (29% of max value = 765). Red value is 83 (32.81% from 255 or 37.56% from 221); Green value is 116 (45.70% from 255 or 52.49% from 221); Blue value is 22 (8.98% from 255 or 9.95% from 221); Max value from RGB is 116 - color contains mainly: green. Hex color #537416 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #537416 is #AC8BE9. Grayscale: #5F5F5F. Windows color (decimal): -11308010 or 1471571. OLE color: 1471571.

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

Color convert

RGB8311622-
CMYK0.2800.810.55
HSL81.06º68.12%27.06%-
HSV(B)81.06º81.03%45.49%-
XYZ9.9614.393.01-
YUV95.4286.57119.14-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 37.56%
GREEN value IS 116 (45.70% from 255) = 52.49%
BLUE value IS 22 (8.98% from 255) = 9.95%
R=37.56%
G=52.49%
B=9.95%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0
Y (Yellow) values IS 0.81
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal83116220.2800.810.5581.0668.1227.06
Hex5374161C0513751441b
Octal123164263401216712110433
Binary101001111101001011011100010100011101111010001100010011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #537416

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #537416; }

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

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

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

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

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

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

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

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