#196446

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

Shades of Jewel #196446

Tints of Jewel #196446

Color information

#196446 (or 0x196446) is unknown color: approx Jewel. HEX triplet: 19, 64 and 46. RGB value is (25,100,70). Sum of RGB (Red+Green+Blue) = 25+100+70=195 (25% of max value = 765). Red value is 25 (10.16% from 255 or 12.82% from 195); Green value is 100 (39.45% from 255 or 51.28% from 195); Blue value is 70 (27.73% from 255 or 35.90% from 195); Max value from RGB is 100 - color contains mainly: green. Hex color #196446 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #196446 is #E69BB9. Grayscale: #4A4A4A. Windows color (decimal): -15113146 or 4613145. OLE color: 4613145.

HSL color Cylindrical-coordinate representation of color #196446: hue angle of 156º degrees, saturation: 0.6, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #196446 is Cyan = 0.75, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.61.

Color convert

RGB2510070-
CMYK0.7500.300.61
HSL156º60%24.51%-
HSV(B)156º75%39.22%-
XYZ6.069.767.36-
YUV74.16125.6592.94-

RGB Variations

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

RGB

RED value IS 25 (10.16% from 255) = 12.82%
GREEN value IS 100 (39.45% from 255) = 51.28%
BLUE value IS 70 (27.73% from 255) = 35.90%
R=12.82%
G=51.28%
B=35.90%

CMYK

C (Cyan) values IS 0.75
M (Magenta) values IS 0
Y (Yellow) values IS 0.30
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal25100700.7500.300.611566024.51
Hex1964464B01E3D9c3c19
Octal31144106113036752347431
Binary110011100100100011010010110111101111011001110011110011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #196446

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #196446; }

 p { color: rgb(25,100,70); }

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

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

 a { background-color: rgb(25,100,70); }

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

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

 span { border-color: rgb(25,100,70); }

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