#196F4F

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

Shades of Salem #196F4F

Tints of Salem #196F4F

Color information

#196F4F (or 0x196F4F) is unknown color: approx Salem. HEX triplet: 19, 6F and 4F. RGB value is (25,111,79). Sum of RGB (Red+Green+Blue) = 25+111+79=215 (28% of max value = 765). Red value is 25 (10.16% from 255 or 11.63% from 215); Green value is 111 (43.75% from 255 or 51.63% from 215); Blue value is 79 (31.25% from 255 or 36.74% from 215); Max value from RGB is 111 - color contains mainly: green. Hex color #196F4F is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #196F4F is #E690B0. Grayscale: #515151. Windows color (decimal): -15110321 or 5205785. OLE color: 5205785.

HSL color Cylindrical-coordinate representation of color #196F4F: hue angle of 157.67º degrees, saturation: 0.63, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #196F4F is Cyan = 0.77, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.56.

Color convert

RGB2511179-
CMYK0.7700.290.56
HSL157.67º63.24%26.67%-
HSV(B)157.67º77.48%43.53%-
XYZ7.512.149.35-
YUV81.64126.5187.6-

RGB Variations

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

RGB

RED value IS 25 (10.16% from 255) = 11.63%
GREEN value IS 111 (43.75% from 255) = 51.63%
BLUE value IS 79 (31.25% from 255) = 36.74%
R=11.63%
G=51.63%
B=36.74%

CMYK

C (Cyan) values IS 0.77
M (Magenta) values IS 0
Y (Yellow) values IS 0.29
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal25111790.7700.290.56157.6763.2426.67
Hex196F4F4D01D389e3f1b
Octal31157117115035702367733
Binary110011101111100111110011010111011110001001111011111111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #196F4F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #196F4F; }

 p { color: rgb(25,111,79); }

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

<style>
 a { background-color: #196F4F; }

 a { background-color: rgb(25,111,79); }

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

<style>
 span { border-color: #196F4F; }

 span { border-color: rgb(25,111,79); }

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