Html Css Color HEX #197350 Salem

📋 copy color: '#197350'

red 25 ◦ green 115 ◦ blue 80

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

Shades of Salem #197350

Tints of Salem #197350

RGB

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

 GREEN value IS 115 (45.31% from 255) = 52.27%

 BLUE value IS 80 (31.64% from 255) = 36.36%

R = 11.36%
G = 52.27%
B = 36.36%

CMYK

 C value IS 0.78

 M value IS 0

 Y value IS 0.30

 K value IS 0.55

RGB Variations

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

Color information

#197350 (or 0x197350) is known color: Salem. HEX triplet: 19, 73 and 50. RGB value is (25,115,80). Sum of RGB (Red+Green+Blue) = 25+115+80=220 (29% of max value = 765). Red value is 25 (10.16% from 255 or 11.36% from 220); Green value is 115 (45.31% from 255 or 52.27% from 220); Blue value is 80 (31.64% from 255 or 36.36% from 220); Max value from RGB is 115 - color contains mainly: green. Hex color #197350 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #197350 is #E68CAF. Grayscale: #545454. Windows color (decimal): -15109296 or 5272345. OLE color: 5272345.

HSL color Cylindrical-coordinate representation of color #197350: hue angle of 156.67º degrees, saturation: 0.64, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #197350 is Cyan = 0.78, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.55.

Color convert

RGB 25 115 80 -
CMYK 0.78 0 0.30 0.55
HSL 156.67º 0.64% 0.27% -
HSV(B) 156.67º 0.78% 0.45% -
XYZ 7.98 13.05 9.69 -
YUV 84.1 125.68 85.85 -
System Red Green Blue C M Y K H S L
Decimal 25 115 80 0.78 0 0.30 0.55 156.67 0.64 0.27
Hex 19 73 50 4E 0 1E 37 9D 40 1B
Octal 31 163 120 116 0 36 67 235 100 33
Binary 11001 1110011 1010000 1001110 0 11110 110111 10011101 1000000 11011

Color Harmonies of #197350

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #197350

Black with #197350

Text Example


Text Example

White with #197350

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #197350; }

 p { color: rgb(25,115,80); }

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

background-color css

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

 a { background-color: rgb(25,115,80); }

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

border-color css

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

 span { border-color: rgb(25,115,80); }

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