Html Css Color HEX #197550 Salem

📋 copy color: '#197550'

red 25 ◦ green 117 ◦ blue 80

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

Shades of Salem #197550

Tints of Salem #197550

RGB

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

 GREEN value IS 117 (46.09% from 255) = 52.7%

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

R = 11.26%
G = 52.7%
B = 36.04%

CMYK

 C value IS 0.79

 M value IS 0

 Y value IS 0.32

 K value IS 0.54

RGB Variations

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

Color information

#197550 (or 0x197550) is known color: Salem. HEX triplet: 19, 75 and 50. RGB value is (25,117,80). Sum of RGB (Red+Green+Blue) = 25+117+80=222 (29% of max value = 765). Red value is 25 (10.16% from 255 or 11.26% from 222); Green value is 117 (46.09% from 255 or 52.70% from 222); Blue value is 80 (31.64% from 255 or 36.04% from 222); Max value from RGB is 117 - color contains mainly: green. Hex color #197550 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #197550 is #E68AAF. Grayscale: #555555. Windows color (decimal): -15108784 or 5272857. OLE color: 5272857.

HSL color Cylindrical-coordinate representation of color #197550: hue angle of 155.87º degrees, saturation: 0.65, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #197550 is Cyan = 0.79, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.54.

Color convert

RGB 25 117 80 -
CMYK 0.79 0 0.32 0.54
HSL 155.87º 0.65% 0.28% -
HSV(B) 155.87º 0.79% 0.46% -
XYZ 8.21 13.51 9.76 -
YUV 85.27 125.02 85.01 -
System Red Green Blue C M Y K H S L
Decimal 25 117 80 0.79 0 0.32 0.54 155.87 0.65 0.28
Hex 19 75 50 4F 0 20 36 9C 41 1C
Octal 31 165 120 117 0 40 66 234 101 34
Binary 11001 1110101 1010000 1001111 0 100000 110110 10011100 1000001 11100

Color Harmonies of #197550

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #197550

Black with #197550

Text Example


Text Example

White with #197550

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #197550; }

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

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

background-color css

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

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

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

border-color css

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

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

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