#16714D

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

Shades of Salem #16714D

Tints of Salem #16714D

Color information

#16714D (or 0x16714D) is unknown color: approx Salem. HEX triplet: 16, 71 and 4D. RGB value is (22,113,77). Sum of RGB (Red+Green+Blue) = 22+113+77=212 (28% of max value = 765). Red value is 22 (8.98% from 255 or 10.38% from 212); Green value is 113 (44.53% from 255 or 53.30% from 212); Blue value is 77 (30.47% from 255 or 36.32% from 212); Max value from RGB is 113 - color contains mainly: green. Hex color #16714D is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #16714D is #E98EB2. Grayscale: #515151. Windows color (decimal): -15306419 or 5075222. OLE color: 5075222.

HSL color Cylindrical-coordinate representation of color #16714D: hue angle of 156.26º degrees, saturation: 0.67, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #16714D is Cyan = 0.81, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.56.

Color convert

RGB2211377-
CMYK0.8100.320.56
HSL156.26º67.41%26.47%-
HSV(B)156.26º80.53%44.31%-
XYZ7.5812.529.04-
YUV81.69125.3585.43-

RGB Variations

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

RGB

RED value IS 22 (8.98% from 255) = 10.38%
GREEN value IS 113 (44.53% from 255) = 53.30%
BLUE value IS 77 (30.47% from 255) = 36.32%
R=10.38%
G=53.30%
B=36.32%

CMYK

C (Cyan) values IS 0.81
M (Magenta) values IS 0
Y (Yellow) values IS 0.32
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal22113770.8100.320.56156.2667.4126.47
Hex16714D51020389c431a
Octal261611151210407023410332
Binary10110111000110011011010001010000011100010011100100001111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #16714D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #16714D; }

 p { color: rgb(22,113,77); }

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

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

 a { background-color: rgb(22,113,77); }

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

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

 span { border-color: rgb(22,113,77); }

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