#16714F

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

Shades of Salem #16714F

Tints of Salem #16714F

Color information

#16714F (or 0x16714F) is unknown color: approx Salem. HEX triplet: 16, 71 and 4F. RGB value is (22,113,79). Sum of RGB (Red+Green+Blue) = 22+113+79=214 (28% of max value = 765). Red value is 22 (8.98% from 255 or 10.28% from 214); Green value is 113 (44.53% from 255 or 52.80% from 214); Blue value is 79 (31.25% from 255 or 36.92% from 214); Max value from RGB is 113 - color contains mainly: green. Hex color #16714F is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #16714F is #E98EB0. Grayscale: #515151. Windows color (decimal): -15306417 or 5206294. OLE color: 5206294.

HSL color Cylindrical-coordinate representation of color #16714F: hue angle of 157.58º 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 #16714F is Cyan = 0.81, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.56.

Color convert

RGB2211379-
CMYK0.8100.300.56
HSL157.58º67.41%26.47%-
HSV(B)157.58º80.53%44.31%-
XYZ7.6512.559.42-
YUV81.92126.3585.26-

RGB Variations

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

RGB

RED value IS 22 (8.98% from 255) = 10.28%
GREEN value IS 113 (44.53% from 255) = 52.80%
BLUE value IS 79 (31.25% from 255) = 36.92%
R=10.28%
G=52.80%
B=36.92%

CMYK

C (Cyan) values IS 0.81
M (Magenta) values IS 0
Y (Yellow) values IS 0.30
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal22113790.8100.300.56157.5867.4126.47
Hex16714F5101E389e431a
Octal261611171210367023610332
Binary1011011100011001111101000101111011100010011110100001111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #16714F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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