Html Css Color HEX #197D51 Salem

📋 copy color: '#197D51'

red 25 ◦ green 125 ◦ blue 81

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

Shades of Salem #197D51

Tints of Salem #197D51

RGB

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

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

 BLUE value IS 81 (32.03% from 255) = 35.06%

R = 10.82%
G = 54.11%
B = 35.06%

CMYK

 C value IS 0.8

 M value IS 0

 Y value IS 0.35

 K value IS 0.51

RGB Variations

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

Color information

#197D51 (or 0x197D51) is known color: Salem. HEX triplet: 19, 7D and 51. RGB value is (25,125,81). Sum of RGB (Red+Green+Blue) = 25+125+81=231 (30% of max value = 765). Red value is 25 (10.16% from 255 or 10.82% from 231); Green value is 125 (49.22% from 255 or 54.11% from 231); Blue value is 81 (32.03% from 255 or 35.06% from 231); Max value from RGB is 125 - color contains mainly: green. Hex color #197D51 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #197D51 is #E682AE. Grayscale: #5A5A5A. Windows color (decimal): -15106735 or 5340441. OLE color: 5340441.

HSL color Cylindrical-coordinate representation of color #197D51: hue angle of 153.6º 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 #197D51 is Cyan = 0.8, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.51.

Color convert

RGB 25 125 81 -
CMYK 0.8 0 0.35 0.51
HSL 153.6º 0.67% 0.29% -
HSV(B) 153.6º 0.8% 0.49% -
XYZ 9.22 15.47 10.28 -
YUV 90.08 122.87 81.58 -
System Red Green Blue C M Y K H S L
Decimal 25 125 81 0.8 0 0.35 0.51 153.6 0.67 0.29
Hex 19 7D 51 50 0 23 33 9A 43 1D
Octal 31 175 121 120 0 43 63 232 103 35
Binary 11001 1111101 1010001 1010000 0 100011 110011 10011010 1000011 11101

Color Harmonies of #197D51

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #197D51

Black with #197D51

Text Example


Text Example

White with #197D51

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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