#196D4D

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

Shades of Jewel #196D4D

Tints of Jewel #196D4D

Color information

#196D4D (or 0x196D4D) is unknown color: approx Jewel. HEX triplet: 19, 6D and 4D. RGB value is (25,109,77). Sum of RGB (Red+Green+Blue) = 25+109+77=211 (27% of max value = 765). Red value is 25 (10.16% from 255 or 11.85% from 211); Green value is 109 (42.97% from 255 or 51.66% from 211); Blue value is 77 (30.47% from 255 or 36.49% from 211); Max value from RGB is 109 - color contains mainly: green. Hex color #196D4D is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #196D4D is #E692B2. Grayscale: #505050. Windows color (decimal): -15110835 or 5074201. OLE color: 5074201.

HSL color Cylindrical-coordinate representation of color #196D4D: hue angle of 157.14º 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 #196D4D is Cyan = 0.77, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.57.

Color convert

RGB2510977-
CMYK0.7700.290.57
HSL157.14º62.69%26.27%-
HSV(B)157.14º77.06%42.75%-
XYZ7.2111.688.9-
YUV80.24126.1788.6-

RGB Variations

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

RGB

RED value IS 25 (10.16% from 255) = 11.85%
GREEN value IS 109 (42.97% from 255) = 51.66%
BLUE value IS 77 (30.47% from 255) = 36.49%
R=11.85%
G=51.66%
B=36.49%

CMYK

C (Cyan) values IS 0.77
M (Magenta) values IS 0
Y (Yellow) values IS 0.29
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal25109770.7700.290.57157.1462.6926.27
Hex196D4D4D01D399d3f1a
Octal31155115115035712357732
Binary110011101101100110110011010111011110011001110111111111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #196D4D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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