Html Css Color HEX #197D55 Salem

📋 copy color: '#197D55'

red 25 ◦ green 125 ◦ blue 85

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

Shades of Salem #197D55

Tints of Salem #197D55

RGB

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

 GREEN value IS 125 (49.22% from 255) = 53.19%

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

R = 10.64%
G = 53.19%
B = 36.17%

CMYK

 C value IS 0.8

 M value IS 0

 Y value IS 0.32

 K value IS 0.51

RGB Variations

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

Color information

#197D55 (or 0x197D55) is known color: Salem. HEX triplet: 19, 7D and 55. RGB value is (25,125,85). Sum of RGB (Red+Green+Blue) = 25+125+85=235 (31% of max value = 765). Red value is 25 (10.16% from 255 or 10.64% from 235); Green value is 125 (49.22% from 255 or 53.19% from 235); Blue value is 85 (33.59% from 255 or 36.17% from 235); Max value from RGB is 125 - color contains mainly: green. Hex color #197D55 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #197D55 is #E682AA. Grayscale: #5A5A5A. Windows color (decimal): -15106731 or 5602585. OLE color: 5602585.

HSL color Cylindrical-coordinate representation of color #197D55: hue angle of 156º degrees, saturation: 0.67, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #197D55 is Cyan = 0.8, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.51.

Color convert

RGB 25 125 85 -
CMYK 0.8 0 0.32 0.51
HSL 156º 0.67% 0.29% -
HSV(B) 156º 0.8% 0.49% -
XYZ 9.37 15.53 11.1 -
YUV 90.54 124.87 81.25 -
System Red Green Blue C M Y K H S L
Decimal 25 125 85 0.8 0 0.32 0.51 156 0.67 0.29
Hex 19 7D 55 50 0 20 33 9C 43 1D
Octal 31 175 125 120 0 40 63 234 103 35
Binary 11001 1111101 1010101 1010000 0 100000 110011 10011100 1000011 11101

Color Harmonies of #197D55

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #197D55

Black with #197D55

Text Example


Text Example

White with #197D55

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #197D55; }

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

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

background-color css

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

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

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

border-color css

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

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

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