#197955

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

Shades of Salem #197955

Tints of Salem #197955

Color information

#197955 (or 0x197955) is unknown color: approx Salem. HEX triplet: 19, 79 and 55. RGB value is (25,121,85). Sum of RGB (Red+Green+Blue) = 25+121+85=231 (30% of max value = 765). Red value is 25 (10.16% from 255 or 10.82% from 231); Green value is 121 (47.66% from 255 or 52.38% from 231); Blue value is 85 (33.59% from 255 or 36.80% from 231); Max value from RGB is 121 - color contains mainly: green. Hex color #197955 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #197955 is #E686AA. Grayscale: #585858. Windows color (decimal): -15107755 or 5601561. OLE color: 5601561.

HSL color Cylindrical-coordinate representation of color #197955: hue angle of 157.5º degrees, saturation: 0.66, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #197955 is Cyan = 0.79, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.53.

Color convert

RGB2512185-
CMYK0.7900.300.53
HSL157.5º65.75%28.63%-
HSV(B)157.5º79.34%47.45%-
XYZ8.8814.5410.93-
YUV88.19126.282.93-

RGB Variations

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

RGB

RED value IS 25 (10.16% from 255) = 10.82%
GREEN value IS 121 (47.66% from 255) = 52.38%
BLUE value IS 85 (33.59% from 255) = 36.80%
R=10.82%
G=52.38%
B=36.80%

CMYK

C (Cyan) values IS 0.79
M (Magenta) values IS 0
Y (Yellow) values IS 0.30
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal25121850.7900.300.53157.565.7528.63
Hex1979554F01E359e421d
Octal311711251170366523610235
Binary1100111110011010101100111101111011010110011110100001011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #197955

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #197955; }

 p { color: rgb(25,121,85); }

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

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

 a { background-color: rgb(25,121,85); }

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

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

 span { border-color: rgb(25,121,85); }

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