Html Css Color HEX #199246 Salem

📋 copy color: '#199246'

red 25 ◦ green 146 ◦ blue 70

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

Shades of Salem #199246

Tints of Salem #199246

RGB

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

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

 BLUE value IS 70 (27.73% from 255) = 29.05%

R = 10.37%
G = 60.58%
B = 29.05%

CMYK

 C value IS 0.83

 M value IS 0

 Y value IS 0.52

 K value IS 0.43

RGB Variations

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

Color information

#199246 (or 0x199246) is known color: Salem. HEX triplet: 19, 92 and 46. RGB value is (25,146,70). Sum of RGB (Red+Green+Blue) = 25+146+70=241 (31% of max value = 765). Red value is 25 (10.16% from 255 or 10.37% from 241); Green value is 146 (57.42% from 255 or 60.58% from 241); Blue value is 70 (27.73% from 255 or 29.05% from 241); Max value from RGB is 146 - color contains mainly: green. Hex color #199246 is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #199246 is #E66DB9. Grayscale: #656565. Windows color (decimal): -15101370 or 4624921. OLE color: 4624921.

HSL color Cylindrical-coordinate representation of color #199246: hue angle of 142.31º 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 #199246 is Cyan = 0.83, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.43.

Color convert

RGB 25 146 70 -
CMYK 0.83 0 0.52 0.43
HSL 142.31º 0.71% 0.34% -
HSV(B) 142.31º 0.83% 0.57% -
XYZ 11.79 21.21 9.27 -
YUV 101.16 110.41 73.68 -
System Red Green Blue C M Y K H S L
Decimal 25 146 70 0.83 0 0.52 0.43 142.31 0.71 0.34
Hex 19 92 46 53 0 34 2B 8E 47 22
Octal 31 222 106 123 0 64 53 216 107 42
Binary 11001 10010010 1000110 1010011 0 110100 101011 10001110 1000111 100010

Color Harmonies of #199246

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #199246

Black with #199246

Text Example


Text Example

White with #199246

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #199246; }

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

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

background-color css

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

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

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

border-color css

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

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

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