Html Css Color HEX #197355 Salem

📋 copy color: '#197355'

red 25 ◦ green 115 ◦ blue 85

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

Shades of Salem #197355

Tints of Salem #197355

RGB

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

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

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

R = 11.11%
G = 51.11%
B = 37.78%

CMYK

 C value IS 0.78

 M value IS 0

 Y value IS 0.26

 K value IS 0.55

RGB Variations

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

Color information

#197355 (or 0x197355) is known color: Salem. HEX triplet: 19, 73 and 55. RGB value is (25,115,85). Sum of RGB (Red+Green+Blue) = 25+115+85=225 (29% of max value = 765). Red value is 25 (10.16% from 255 or 11.11% from 225); Green value is 115 (45.31% from 255 or 51.11% from 225); Blue value is 85 (33.59% from 255 or 37.78% from 225); Max value from RGB is 115 - color contains mainly: green. Hex color #197355 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #197355 is #E68CAA. Grayscale: #545454. Windows color (decimal): -15109291 or 5600025. OLE color: 5600025.

HSL color Cylindrical-coordinate representation of color #197355: hue angle of 160º 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 #197355 is Cyan = 0.78, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.55.

Color convert

RGB 25 115 85 -
CMYK 0.78 0 0.26 0.55
HSL 160º 0.64% 0.27% -
HSV(B) 160º 0.78% 0.45% -
XYZ 8.17 13.12 10.7 -
YUV 84.67 128.18 85.44 -
System Red Green Blue C M Y K H S L
Decimal 25 115 85 0.78 0 0.26 0.55 160 0.64 0.27
Hex 19 73 55 4E 0 1A 37 A0 40 1B
Octal 31 163 125 116 0 32 67 240 100 33
Binary 11001 1110011 1010101 1001110 0 11010 110111 10100000 1000000 11011

Color Harmonies of #197355

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #197355

Black with #197355

Text Example


Text Example

White with #197355

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #197355; }

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

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

background-color css

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

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

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

border-color css

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

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

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