Html Css Color HEX #197153 Salem

📋 copy color: '#197153'

red 25 ◦ green 113 ◦ blue 83

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

Shades of Salem #197153

Tints of Salem #197153

RGB

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

 GREEN value IS 113 (44.53% from 255) = 51.13%

 BLUE value IS 83 (32.81% from 255) = 37.56%

R = 11.31%
G = 51.13%
B = 37.56%

CMYK

 C value IS 0.78

 M value IS 0

 Y value IS 0.27

 K value IS 0.56

RGB Variations

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

Color information

#197153 (or 0x197153) is known color: Salem. HEX triplet: 19, 71 and 53. RGB value is (25,113,83). Sum of RGB (Red+Green+Blue) = 25+113+83=221 (29% of max value = 765). Red value is 25 (10.16% from 255 or 11.31% from 221); Green value is 113 (44.53% from 255 or 51.13% from 221); Blue value is 83 (32.81% from 255 or 37.56% from 221); Max value from RGB is 113 - color contains mainly: green. Hex color #197153 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #197153 is #E68EAC. Grayscale: #535353. Windows color (decimal): -15109805 or 5468441. OLE color: 5468441.

HSL color Cylindrical-coordinate representation of color #197153: hue angle of 159.55º degrees, saturation: 0.64, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #197153 is Cyan = 0.78, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.56.

Color convert

RGB 25 113 83 -
CMYK 0.78 0 0.27 0.56
HSL 159.55º 0.64% 0.27% -
HSV(B) 159.55º 0.78% 0.44% -
XYZ 7.87 12.64 10.21 -
YUV 83.27 127.85 86.44 -
System Red Green Blue C M Y K H S L
Decimal 25 113 83 0.78 0 0.27 0.56 159.55 0.64 0.27
Hex 19 71 53 4E 0 1B 38 A0 40 1B
Octal 31 161 123 116 0 33 70 240 100 33
Binary 11001 1110001 1010011 1001110 0 11011 111000 10100000 1000000 11011

Color Harmonies of #197153

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #197153

Black with #197153

Text Example


Text Example

White with #197153

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #197153; }

 p { color: rgb(25,113,83); }

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

background-color css

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

 a { background-color: rgb(25,113,83); }

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

border-color css

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

 span { border-color: rgb(25,113,83); }

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