Html Css Color HEX #197555 Salem

📋 copy color: '#197555'

red 25 ◦ green 117 ◦ blue 85

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

Shades of Salem #197555

Tints of Salem #197555

RGB

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

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

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

R = 11.01%
G = 51.54%
B = 37.44%

CMYK

 C value IS 0.79

 M value IS 0

 Y value IS 0.27

 K value IS 0.54

RGB Variations

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

Color information

#197555 (or 0x197555) is known color: Salem. HEX triplet: 19, 75 and 55. RGB value is (25,117,85). Sum of RGB (Red+Green+Blue) = 25+117+85=227 (30% of max value = 765). Red value is 25 (10.16% from 255 or 11.01% from 227); Green value is 117 (46.09% from 255 or 51.54% from 227); Blue value is 85 (33.59% from 255 or 37.44% from 227); Max value from RGB is 117 - color contains mainly: green. Hex color #197555 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #197555 is #E68AAA. Grayscale: #555555. Windows color (decimal): -15108779 or 5600537. OLE color: 5600537.

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

Color convert

RGB 25 117 85 -
CMYK 0.79 0 0.27 0.54
HSL 159.13º 0.65% 0.28% -
HSV(B) 159.13º 0.79% 0.46% -
XYZ 8.4 13.59 10.77 -
YUV 85.84 127.52 84.6 -
System Red Green Blue C M Y K H S L
Decimal 25 117 85 0.79 0 0.27 0.54 159.13 0.65 0.28
Hex 19 75 55 4F 0 1B 36 9F 41 1C
Octal 31 165 125 117 0 33 66 237 101 34
Binary 11001 1110101 1010101 1001111 0 11011 110110 10011111 1000001 11100

Color Harmonies of #197555

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #197555

Black with #197555

Text Example


Text Example

White with #197555

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #197555; }

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

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

background-color css

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

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

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

border-color css

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

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

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