Html Css Color HEX #197855 Salem

📋 copy color: '#197855'

red 25 ◦ green 120 ◦ blue 85

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

Shades of Salem #197855

Tints of Salem #197855

RGB

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

 GREEN value IS 120 (47.27% from 255) = 52.17%

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

R = 10.87%
G = 52.17%
B = 36.96%

CMYK

 C value IS 0.79

 M value IS 0

 Y value IS 0.29

 K value IS 0.53

RGB Variations

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

Color information

#197855 (or 0x197855) is known color: Salem. HEX triplet: 19, 78 and 55. RGB value is (25,120,85). Sum of RGB (Red+Green+Blue) = 25+120+85=230 (30% of max value = 765). Red value is 25 (10.16% from 255 or 10.87% from 230); Green value is 120 (47.27% from 255 or 52.17% from 230); Blue value is 85 (33.59% from 255 or 36.96% from 230); Max value from RGB is 120 - color contains mainly: green. Hex color #197855 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #197855 is #E687AA. Grayscale: #575757. Windows color (decimal): -15108011 or 5601305. OLE color: 5601305.

HSL color Cylindrical-coordinate representation of color #197855: hue angle of 157.89º degrees, saturation: 0.66, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #197855 is Cyan = 0.79, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.53.

Color convert

RGB 25 120 85 -
CMYK 0.79 0 0.29 0.53
HSL 157.89º 0.66% 0.28% -
HSV(B) 157.89º 0.79% 0.47% -
XYZ 8.76 14.3 10.89 -
YUV 87.61 126.53 83.35 -
System Red Green Blue C M Y K H S L
Decimal 25 120 85 0.79 0 0.29 0.53 157.89 0.66 0.28
Hex 19 78 55 4F 0 1D 35 9E 42 1C
Octal 31 170 125 117 0 35 65 236 102 34
Binary 11001 1111000 1010101 1001111 0 11101 110101 10011110 1000010 11100

Color Harmonies of #197855

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #197855

Black with #197855

Text Example


Text Example

White with #197855

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #197855; }

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

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

background-color css

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

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

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

border-color css

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

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

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