Html Css Color HEX #197354 Salem

📋 copy color: '#197354'

red 25 ◦ green 115 ◦ blue 84

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

Shades of Salem #197354

Tints of Salem #197354

RGB

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

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

 BLUE value IS 84 (33.2% from 255) = 37.5%

R = 11.16%
G = 51.34%
B = 37.5%

CMYK

 C value IS 0.78

 M value IS 0

 Y value IS 0.27

 K value IS 0.55

RGB Variations

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

Color information

#197354 (or 0x197354) is known color: Salem. HEX triplet: 19, 73 and 54. RGB value is (25,115,84). Sum of RGB (Red+Green+Blue) = 25+115+84=224 (29% of max value = 765). Red value is 25 (10.16% from 255 or 11.16% from 224); Green value is 115 (45.31% from 255 or 51.34% from 224); Blue value is 84 (33.20% from 255 or 37.5% from 224); Max value from RGB is 115 - color contains mainly: green. Hex color #197354 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #197354 is #E68CAB. Grayscale: #545454. Windows color (decimal): -15109292 or 5534489. OLE color: 5534489.

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

Color convert

RGB 25 115 84 -
CMYK 0.78 0 0.27 0.55
HSL 159.33º 0.64% 0.27% -
HSV(B) 159.33º 0.78% 0.45% -
XYZ 8.13 13.11 10.49 -
YUV 84.56 127.68 85.52 -
System Red Green Blue C M Y K H S L
Decimal 25 115 84 0.78 0 0.27 0.55 159.33 0.64 0.27
Hex 19 73 54 4E 0 1B 37 9F 40 1B
Octal 31 163 124 116 0 33 67 237 100 33
Binary 11001 1110011 1010100 1001110 0 11011 110111 10011111 1000000 11011

Color Harmonies of #197354

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #197354

Black with #197354

Text Example


Text Example

White with #197354

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #197354; }

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

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

background-color css

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

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

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

border-color css

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

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

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