Html Css Color HEX #199244 Salem

📋 copy color: '#199244'

red 25 ◦ green 146 ◦ blue 68

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

Shades of Salem #199244

Tints of Salem #199244

RGB

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

 GREEN value IS 146 (57.42% from 255) = 61.09%

 BLUE value IS 68 (26.95% from 255) = 28.45%

R = 10.46%
G = 61.09%
B = 28.45%

CMYK

 C value IS 0.83

 M value IS 0

 Y value IS 0.53

 K value IS 0.43

RGB Variations

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

Color information

#199244 (or 0x199244) is known color: Salem. HEX triplet: 19, 92 and 44. RGB value is (25,146,68). Sum of RGB (Red+Green+Blue) = 25+146+68=239 (31% of max value = 765). Red value is 25 (10.16% from 255 or 10.46% from 239); Green value is 146 (57.42% from 255 or 61.09% from 239); Blue value is 68 (26.95% from 255 or 28.45% from 239); Max value from RGB is 146 - color contains mainly: green. Hex color #199244 is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #199244 is #E66DBB. Grayscale: #656565. Windows color (decimal): -15101372 or 4493849. OLE color: 4493849.

HSL color Cylindrical-coordinate representation of color #199244: hue angle of 141.32º degrees, saturation: 0.71, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #199244 is Cyan = 0.83, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.43.

Color convert

RGB 25 146 68 -
CMYK 0.83 0 0.53 0.43
HSL 141.32º 0.71% 0.34% -
HSV(B) 141.32º 0.83% 0.57% -
XYZ 11.72 21.18 8.94 -
YUV 100.93 109.41 73.84 -
System Red Green Blue C M Y K H S L
Decimal 25 146 68 0.83 0 0.53 0.43 141.32 0.71 0.34
Hex 19 92 44 53 0 35 2B 8D 47 22
Octal 31 222 104 123 0 65 53 215 107 42
Binary 11001 10010010 1000100 1010011 0 110101 101011 10001101 1000111 100010

Color Harmonies of #199244

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #199244

Black with #199244

Text Example


Text Example

White with #199244

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #199244; }

 p { color: rgb(25,146,68); }

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

background-color css

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

 a { background-color: rgb(25,146,68); }

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

border-color css

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

 span { border-color: rgb(25,146,68); }

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