Html Css Color HEX #197155 Salem

📋 copy color: '#197155'

red 25 ◦ green 113 ◦ blue 85

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

Shades of Salem #197155

Tints of Salem #197155

RGB

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

 GREEN value IS 113 (44.53% from 255) = 50.67%

 BLUE value IS 85 (33.59% from 255) = 38.12%

R = 11.21%
G = 50.67%
B = 38.12%

CMYK

 C value IS 0.78

 M value IS 0

 Y value IS 0.25

 K value IS 0.56

RGB Variations

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

Color information

#197155 (or 0x197155) is known color: Salem. HEX triplet: 19, 71 and 55. RGB value is (25,113,85). Sum of RGB (Red+Green+Blue) = 25+113+85=223 (29% of max value = 765). Red value is 25 (10.16% from 255 or 11.21% from 223); Green value is 113 (44.53% from 255 or 50.67% from 223); Blue value is 85 (33.59% from 255 or 38.12% from 223); Max value from RGB is 113 - color contains mainly: green. Hex color #197155 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #197155 is #E68EAA. Grayscale: #535353. Windows color (decimal): -15109803 or 5599513. OLE color: 5599513.

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

Color convert

RGB 25 113 85 -
CMYK 0.78 0 0.25 0.56
HSL 160.91º 0.64% 0.27% -
HSV(B) 160.91º 0.78% 0.44% -
XYZ 7.95 12.67 10.62 -
YUV 83.5 128.85 86.28 -
System Red Green Blue C M Y K H S L
Decimal 25 113 85 0.78 0 0.25 0.56 160.91 0.64 0.27
Hex 19 71 55 4E 0 19 38 A1 40 1B
Octal 31 161 125 116 0 31 70 241 100 33
Binary 11001 1110001 1010101 1001110 0 11001 111000 10100001 1000000 11011

Color Harmonies of #197155

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #197155

Black with #197155

Text Example


Text Example

White with #197155

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #197155; }

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

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

background-color css

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

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

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

border-color css

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

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

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