Html Css Color HEX #197958 Salem

📋 copy color: '#197958'

red 25 ◦ green 121 ◦ blue 88

#197958
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Salem #197958

Tints of Salem #197958

RGB

 RED value IS 25 (10.16% from 255) = 10.68%

 GREEN value IS 121 (47.66% from 255) = 51.71%

 BLUE value IS 88 (34.77% from 255) = 37.61%

R = 10.68%
G = 51.71%
B = 37.61%

CMYK

 C value IS 0.79

 M value IS 0

 Y value IS 0.27

 K value IS 0.53

RGB Variations

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

Color information

#197958 (or 0x197958) is known color: Salem. HEX triplet: 19, 79 and 58. RGB value is (25,121,88). Sum of RGB (Red+Green+Blue) = 25+121+88=234 (30% of max value = 765). Red value is 25 (10.16% from 255 or 10.68% from 234); Green value is 121 (47.66% from 255 or 51.71% from 234); Blue value is 88 (34.77% from 255 or 37.61% from 234); Max value from RGB is 121 - color contains mainly: green. Hex color #197958 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #197958 is #E686A7. Grayscale: #585858. Windows color (decimal): -15107752 or 5798169. OLE color: 5798169.

HSL color Cylindrical-coordinate representation of color #197958: hue angle of 159.38º 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 #197958 is Cyan = 0.79, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.53.

Color convert

RGB 25 121 88 -
CMYK 0.79 0 0.27 0.53
HSL 159.38º 0.66% 0.29% -
HSV(B) 159.38º 0.79% 0.47% -
XYZ 9 14.59 11.57 -
YUV 88.53 127.7 82.68 -
System Red Green Blue C M Y K H S L
Decimal 25 121 88 0.79 0 0.27 0.53 159.38 0.66 0.29
Hex 19 79 58 4F 0 1B 35 9F 42 1D
Octal 31 171 130 117 0 33 65 237 102 35
Binary 11001 1111001 1011000 1001111 0 11011 110101 10011111 1000010 11101

Color Harmonies of #197958

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #197958

Black with #197958

Text Example


Text Example

White with #197958

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #197958; }

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

 H1.HeaderClassName
 {
   color: #197958;
 }
 .AnyTagClassName
 {
   color: #197958;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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