Html Css Color HEX #196D51 Salem

📋 copy color: '#196D51'

red 25 ◦ green 109 ◦ blue 81

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

Shades of Salem #196D51

Tints of Salem #196D51

RGB

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

 GREEN value IS 109 (42.97% from 255) = 50.7%

 BLUE value IS 81 (32.03% from 255) = 37.67%

R = 11.63%
G = 50.7%
B = 37.67%

CMYK

 C value IS 0.77

 M value IS 0

 Y value IS 0.26

 K value IS 0.57

RGB Variations

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

Color information

#196D51 (or 0x196D51) is known color: Salem. HEX triplet: 19, 6D and 51. RGB value is (25,109,81). Sum of RGB (Red+Green+Blue) = 25+109+81=215 (28% of max value = 765). Red value is 25 (10.16% from 255 or 11.63% from 215); Green value is 109 (42.97% from 255 or 50.70% from 215); Blue value is 81 (32.03% from 255 or 37.67% from 215); Max value from RGB is 109 - color contains mainly: green. Hex color #196D51 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #196D51 is #E692AE. Grayscale: #505050. Windows color (decimal): -15110831 or 5336345. OLE color: 5336345.

HSL color Cylindrical-coordinate representation of color #196D51: hue angle of 160º degrees, saturation: 0.63, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #196D51 is Cyan = 0.77, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.57.

Color convert

RGB 25 109 81 -
CMYK 0.77 0 0.26 0.57
HSL 160º 0.63% 0.26% -
HSV(B) 160º 0.77% 0.43% -
XYZ 7.35 11.74 9.66 -
YUV 80.69 128.17 88.28 -
System Red Green Blue C M Y K H S L
Decimal 25 109 81 0.77 0 0.26 0.57 160 0.63 0.26
Hex 19 6D 51 4D 0 1A 39 A0 3F 1A
Octal 31 155 121 115 0 32 71 240 77 32
Binary 11001 1101101 1010001 1001101 0 11010 111001 10100000 111111 11010

Color Harmonies of #196D51

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #196D51

Black with #196D51

Text Example


Text Example

White with #196D51

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #196D51; }

 p { color: rgb(25,109,81); }

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

background-color css

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

 a { background-color: rgb(25,109,81); }

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

border-color css

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

 span { border-color: rgb(25,109,81); }

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