Html Css Color HEX #199052 Salem

📋 copy color: '#199052'

red 25 ◦ green 144 ◦ blue 82

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

Shades of Salem #199052

Tints of Salem #199052

RGB

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

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

 BLUE value IS 82 (32.42% from 255) = 32.67%

R = 9.96%
G = 57.37%
B = 32.67%

CMYK

 C value IS 0.83

 M value IS 0

 Y value IS 0.43

 K value IS 0.44

RGB Variations

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

Color information

#199052 (or 0x199052) is known color: Salem. HEX triplet: 19, 90 and 52. RGB value is (25,144,82). Sum of RGB (Red+Green+Blue) = 25+144+82=251 (33% of max value = 765). Red value is 25 (10.16% from 255 or 9.96% from 251); Green value is 144 (56.64% from 255 or 57.37% from 251); Blue value is 82 (32.42% from 255 or 32.67% from 251); Max value from RGB is 144 - color contains mainly: green. Hex color #199052 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #199052 is #E66FAD. Grayscale: #656565. Windows color (decimal): -15101870 or 5410841. OLE color: 5410841.

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

Color convert

RGB 25 144 82 -
CMYK 0.83 0 0.43 0.44
HSL 148.74º 0.7% 0.33% -
HSV(B) 148.74º 0.83% 0.56% -
XYZ 11.9 20.76 11.36 -
YUV 101.35 117.08 73.54 -
System Red Green Blue C M Y K H S L
Decimal 25 144 82 0.83 0 0.43 0.44 148.74 0.7 0.33
Hex 19 90 52 53 0 2B 2C 95 46 21
Octal 31 220 122 123 0 53 54 225 106 41
Binary 11001 10010000 1010010 1010011 0 101011 101100 10010101 1000110 100001

Color Harmonies of #199052

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #199052

Black with #199052

Text Example


Text Example

White with #199052

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #199052; }

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

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

background-color css

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

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

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

border-color css

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

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

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