Html Css Color HEX #199342 Salem

📋 copy color: '#199342'

red 25 ◦ green 147 ◦ blue 66

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

Shades of Salem #199342

Tints of Salem #199342

RGB

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

 GREEN value IS 147 (57.81% from 255) = 61.76%

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

R = 10.5%
G = 61.76%
B = 27.73%

CMYK

 C value IS 0.83

 M value IS 0

 Y value IS 0.55

 K value IS 0.42

RGB Variations

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

Color information

#199342 (or 0x199342) is known color: Salem. HEX triplet: 19, 93 and 42. RGB value is (25,147,66). Sum of RGB (Red+Green+Blue) = 25+147+66=238 (31% of max value = 765). Red value is 25 (10.16% from 255 or 10.50% from 238); Green value is 147 (57.81% from 255 or 61.76% from 238); Blue value is 66 (26.17% from 255 or 27.73% from 238); Max value from RGB is 147 - color contains mainly: green. Hex color #199342 is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #199342 is #E66CBD. Grayscale: #656565. Windows color (decimal): -15101118 or 4363033. OLE color: 4363033.

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

Color convert

RGB 25 147 66 -
CMYK 0.83 0 0.55 0.42
HSL 140.16º 0.71% 0.34% -
HSV(B) 140.16º 0.83% 0.58% -
XYZ 11.82 21.47 8.68 -
YUV 101.29 108.08 73.59 -
System Red Green Blue C M Y K H S L
Decimal 25 147 66 0.83 0 0.55 0.42 140.16 0.71 0.34
Hex 19 93 42 53 0 37 2A 8C 47 22
Octal 31 223 102 123 0 67 52 214 107 42
Binary 11001 10010011 1000010 1010011 0 110111 101010 10001100 1000111 100010

Color Harmonies of #199342

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #199342

Black with #199342

Text Example


Text Example

White with #199342

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #199342; }

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

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

background-color css

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

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

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

border-color css

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

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

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