#16704E

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

Shades of Salem #16704E

Tints of Salem #16704E

Color information

#16704E (or 0x16704E) is unknown color: approx Salem. HEX triplet: 16, 70 and 4E. RGB value is (22,112,78). Sum of RGB (Red+Green+Blue) = 22+112+78=212 (28% of max value = 765). Red value is 22 (8.98% from 255 or 10.38% from 212); Green value is 112 (44.14% from 255 or 52.83% from 212); Blue value is 78 (30.86% from 255 or 36.79% from 212); Max value from RGB is 112 - color contains mainly: green. Hex color #16704E is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #16704E is #E98FB1. Grayscale: #515151. Windows color (decimal): -15306674 or 5140502. OLE color: 5140502.

HSL color Cylindrical-coordinate representation of color #16704E: hue angle of 157.33º degrees, saturation: 0.67, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #16704E is Cyan = 0.80, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.56.

Color convert

RGB2211278-
CMYK0.8000.300.56
HSL157.33º67.16%26.27%-
HSV(B)157.33º80.36%43.92%-
XYZ7.512.319.19-
YUV81.21126.1885.76-

RGB Variations

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

RGB

RED value IS 22 (8.98% from 255) = 10.38%
GREEN value IS 112 (44.14% from 255) = 52.83%
BLUE value IS 78 (30.86% from 255) = 36.79%
R=10.38%
G=52.83%
B=36.79%

CMYK

C (Cyan) values IS 0.80
M (Magenta) values IS 0
Y (Yellow) values IS 0.30
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal22112780.8000.300.56157.3367.1626.27
Hex16704E5001E389d431a
Octal261601161200367023510332
Binary1011011100001001110101000001111011100010011101100001111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #16704E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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