#16704F

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

Shades of Salem #16704F

Tints of Salem #16704F

Color information

#16704F (or 0x16704F) is unknown color: approx Salem. HEX triplet: 16, 70 and 4F. RGB value is (22,112,79). Sum of RGB (Red+Green+Blue) = 22+112+79=213 (28% of max value = 765). Red value is 22 (8.98% from 255 or 10.33% from 213); Green value is 112 (44.14% from 255 or 52.58% from 213); Blue value is 79 (31.25% from 255 or 37.09% from 213); Max value from RGB is 112 - color contains mainly: green. Hex color #16704F is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #16704F is #E98FB0. Grayscale: #515151. Windows color (decimal): -15306673 or 5206038. OLE color: 5206038.

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

Color convert

RGB2211279-
CMYK0.8000.290.56
HSL158º67.16%26.27%-
HSV(B)158º80.36%43.92%-
XYZ7.5412.329.38-
YUV81.33126.6885.68-

RGB Variations

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

RGB

RED value IS 22 (8.98% from 255) = 10.33%
GREEN value IS 112 (44.14% from 255) = 52.58%
BLUE value IS 79 (31.25% from 255) = 37.09%
R=10.33%
G=52.58%
B=37.09%

CMYK

C (Cyan) values IS 0.80
M (Magenta) values IS 0
Y (Yellow) values IS 0.29
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal22112790.8000.290.5615867.1626.27
Hex16704F5001D389e431a
Octal261601171200357023610332
Binary1011011100001001111101000001110111100010011110100001111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #16704F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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