#16744E

Color #16744E Salem (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Salem #16744E

Tints of Salem #16744E

Color information

#16744E (or 0x16744E) is unknown color: approx Salem. HEX triplet: 16, 74 and 4E. RGB value is (22,116,78). Sum of RGB (Red+Green+Blue) = 22+116+78=216 (28% of max value = 765). Red value is 22 (8.98% from 255 or 10.19% from 216); Green value is 116 (45.70% from 255 or 53.70% from 216); Blue value is 78 (30.86% from 255 or 36.11% from 216); Max value from RGB is 116 - color contains mainly: green. Hex color #16744E is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #16744E is #E98BB1. Grayscale: #535353. Windows color (decimal): -15305650 or 5141526. OLE color: 5141526.

HSL color Cylindrical-coordinate representation of color #16744E: hue angle of 155.74º 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 #16744E is Cyan = 0.81, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.55.

Color convert

RGB2211678-
CMYK0.8100.330.55
HSL155.74º68.12%27.06%-
HSV(B)155.74º81.03%45.49%-
XYZ7.9513.219.34-
YUV83.56124.8684.09-

RGB Variations

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

RGB

RED value IS 22 (8.98% from 255) = 10.19%
GREEN value IS 116 (45.70% from 255) = 53.70%
BLUE value IS 78 (30.86% from 255) = 36.11%
R=10.19%
G=53.70%
B=36.11%

CMYK

C (Cyan) values IS 0.81
M (Magenta) values IS 0
Y (Yellow) values IS 0.33
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal22116780.8100.330.55155.7468.1227.06
Hex16744E51021379c441b
Octal261641161210416723410433
Binary10110111010010011101010001010000111011110011100100010011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #16744E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #16744E; }

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

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

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

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

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

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

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

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