Html Css Color HEX #199142 Salem

📋 copy color: '#199142'

red 25 ◦ green 145 ◦ blue 66

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

Shades of Salem #199142

Tints of Salem #199142

RGB

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

 GREEN value IS 145 (57.03% from 255) = 61.44%

 BLUE value IS 66 (26.17% from 255) = 27.97%

R = 10.59%
G = 61.44%
B = 27.97%

CMYK

 C value IS 0.83

 M value IS 0

 Y value IS 0.54

 K value IS 0.43

RGB Variations

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

Color information

#199142 (or 0x199142) is known color: Salem. HEX triplet: 19, 91 and 42. RGB value is (25,145,66). Sum of RGB (Red+Green+Blue) = 25+145+66=236 (31% of max value = 765). Red value is 25 (10.16% from 255 or 10.59% from 236); Green value is 145 (57.03% from 255 or 61.44% from 236); Blue value is 66 (26.17% from 255 or 27.97% from 236); Max value from RGB is 145 - color contains mainly: green. Hex color #199142 is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #199142 is #E66EBD. Grayscale: #646464. Windows color (decimal): -15101630 or 4362521. OLE color: 4362521.

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

Color convert

RGB 25 145 66 -
CMYK 0.83 0 0.54 0.43
HSL 140.5º 0.71% 0.33% -
HSV(B) 140.5º 0.83% 0.57% -
XYZ 11.51 20.85 8.57 -
YUV 100.11 108.74 74.42 -
System Red Green Blue C M Y K H S L
Decimal 25 145 66 0.83 0 0.54 0.43 140.5 0.71 0.33
Hex 19 91 42 53 0 36 2B 8C 47 21
Octal 31 221 102 123 0 66 53 214 107 41
Binary 11001 10010001 1000010 1010011 0 110110 101011 10001100 1000111 100001

Color Harmonies of #199142

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #199142

Black with #199142

Text Example


Text Example

White with #199142

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #199142; }

 p { color: rgb(25,145,66); }

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

background-color css

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

 a { background-color: rgb(25,145,66); }

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

border-color css

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

 span { border-color: rgb(25,145,66); }

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