Html Css Color HEX #199041 Salem

📋 copy color: '#199041'

red 25 ◦ green 144 ◦ blue 65

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

Shades of Salem #199041

Tints of Salem #199041

RGB

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

 GREEN value IS 144 (56.64% from 255) = 61.54%

 BLUE value IS 65 (25.78% from 255) = 27.78%

R = 10.68%
G = 61.54%
B = 27.78%

CMYK

 C value IS 0.83

 M value IS 0

 Y value IS 0.55

 K value IS 0.44

RGB Variations

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

Color information

#199041 (or 0x199041) is known color: Salem. HEX triplet: 19, 90 and 41. RGB value is (25,144,65). Sum of RGB (Red+Green+Blue) = 25+144+65=234 (30% of max value = 765). Red value is 25 (10.16% from 255 or 10.68% from 234); Green value is 144 (56.64% from 255 or 61.54% from 234); Blue value is 65 (25.78% from 255 or 27.78% from 234); Max value from RGB is 144 - color contains mainly: green. Hex color #199041 is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #199041 is #E66FBE. Grayscale: #636363. Windows color (decimal): -15101887 or 4296729. OLE color: 4296729.

HSL color Cylindrical-coordinate representation of color #199041: hue angle of 140.17º degrees, saturation: 0.7, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #199041 is Cyan = 0.83, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.44.

Color convert

RGB 25 144 65 -
CMYK 0.83 0 0.55 0.44
HSL 140.17º 0.7% 0.33% -
HSV(B) 140.17º 0.83% 0.56% -
XYZ 11.33 20.53 8.37 -
YUV 99.41 108.58 74.92 -
System Red Green Blue C M Y K H S L
Decimal 25 144 65 0.83 0 0.55 0.44 140.17 0.7 0.33
Hex 19 90 41 53 0 37 2C 8C 46 21
Octal 31 220 101 123 0 67 54 214 106 41
Binary 11001 10010000 1000001 1010011 0 110111 101100 10001100 1000110 100001

Color Harmonies of #199041

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #199041

Black with #199041

Text Example


Text Example

White with #199041

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #199041; }

 p { color: rgb(25,144,65); }

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

background-color css

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

 a { background-color: rgb(25,144,65); }

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

border-color css

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

 span { border-color: rgb(25,144,65); }

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