#196A41

Color #196A41 Jewel (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Jewel #196A41

Tints of Jewel #196A41

Color information

#196A41 (or 0x196A41) is unknown color: approx Jewel. HEX triplet: 19, 6A and 41. RGB value is (25,106,65). Sum of RGB (Red+Green+Blue) = 25+106+65=196 (25% of max value = 765). Red value is 25 (10.16% from 255 or 12.76% from 196); Green value is 106 (41.80% from 255 or 54.08% from 196); Blue value is 65 (25.78% from 255 or 33.16% from 196); Max value from RGB is 106 - color contains mainly: green. Hex color #196A41 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #196A41 is #E695BE. Grayscale: #4D4D4D. Windows color (decimal): -15111615 or 4287001. OLE color: 4287001.

HSL color Cylindrical-coordinate representation of color #196A41: hue angle of 149.63º degrees, saturation: 0.62, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #196A41 is Cyan = 0.76, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.58.

Color convert

RGB2510665-
CMYK0.7600.390.58
HSL149.63º61.83%25.69%-
HSV(B)149.63º76.42%41.57%-
XYZ6.5110.96.76-
YUV77.11121.1690.83-

RGB Variations

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

RGB

RED value IS 25 (10.16% from 255) = 12.76%
GREEN value IS 106 (41.80% from 255) = 54.08%
BLUE value IS 65 (25.78% from 255) = 33.16%
R=12.76%
G=54.08%
B=33.16%

CMYK

C (Cyan) values IS 0.76
M (Magenta) values IS 0
Y (Yellow) values IS 0.39
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal25106650.7600.390.58149.6361.8325.69
Hex196A414C0273A963e1a
Octal31152101114047722267632
Binary1100111010101000001100110001001111110101001011011111011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #196A41

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #196A41;
 }
 .AnyTagClassName
 {
   color: #196A41;
 }
</style>
background-color css

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

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

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

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

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

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