#537C16

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

Shades of Green Leaf #537C16

Tints of Green Leaf #537C16

Color information

#537C16 (or 0x537C16) is unknown color: approx Green Leaf. HEX triplet: 53, 7C and 16. RGB value is (83,124,22). Sum of RGB (Red+Green+Blue) = 83+124+22=229 (30% of max value = 765). Red value is 83 (32.81% from 255 or 36.24% from 229); Green value is 124 (48.83% from 255 or 54.15% from 229); Blue value is 22 (8.98% from 255 or 9.61% from 229); Max value from RGB is 124 - color contains mainly: green. Hex color #537C16 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #537C16 is #AC83E9. Grayscale: #646464. Windows color (decimal): -11305962 or 1473619. OLE color: 1473619.

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

Color convert

RGB8312422-
CMYK0.3300.820.51
HSL84.12º69.86%28.63%-
HSV(B)84.12º82.26%48.63%-
XYZ10.9216.313.33-
YUV100.1183.92115.79-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 36.24%
GREEN value IS 124 (48.83% from 255) = 54.15%
BLUE value IS 22 (8.98% from 255) = 9.61%
R=36.24%
G=54.15%
B=9.61%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0
Y (Yellow) values IS 0.82
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal83124220.3300.820.5184.1269.8628.63
Hex537C16210523354461d
Octal123174264101226312410635
Binary1010011111110010110100001010100101100111010100100011011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #537C16

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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