Html Css Color HEX #197551 Salem

📋 copy color: '#197551'

red 25 ◦ green 117 ◦ blue 81

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

Shades of Salem #197551

Tints of Salem #197551

RGB

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

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

 BLUE value IS 81 (32.03% from 255) = 36.32%

R = 11.21%
G = 52.47%
B = 36.32%

CMYK

 C value IS 0.79

 M value IS 0

 Y value IS 0.31

 K value IS 0.54

RGB Variations

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

Color information

#197551 (or 0x197551) is known color: Salem. HEX triplet: 19, 75 and 51. RGB value is (25,117,81). Sum of RGB (Red+Green+Blue) = 25+117+81=223 (29% of max value = 765). Red value is 25 (10.16% from 255 or 11.21% from 223); Green value is 117 (46.09% from 255 or 52.47% from 223); Blue value is 81 (32.03% from 255 or 36.32% from 223); Max value from RGB is 117 - color contains mainly: green. Hex color #197551 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #197551 is #E68AAE. Grayscale: #555555. Windows color (decimal): -15108783 or 5338393. OLE color: 5338393.

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

Color convert

RGB 25 117 81 -
CMYK 0.79 0 0.31 0.54
HSL 156.52º 0.65% 0.28% -
HSV(B) 156.52º 0.79% 0.46% -
XYZ 8.25 13.52 9.96 -
YUV 85.39 125.52 84.93 -
System Red Green Blue C M Y K H S L
Decimal 25 117 81 0.79 0 0.31 0.54 156.52 0.65 0.28
Hex 19 75 51 4F 0 1F 36 9D 41 1C
Octal 31 165 121 117 0 37 66 235 101 34
Binary 11001 1110101 1010001 1001111 0 11111 110110 10011101 1000001 11100

Color Harmonies of #197551

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #197551

Black with #197551

Text Example


Text Example

White with #197551

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #197551; }

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

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

background-color css

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

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

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

border-color css

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

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

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