#196346

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

Shades of Jewel #196346

Tints of Jewel #196346

Color information

#196346 (or 0x196346) is unknown color: approx Jewel. HEX triplet: 19, 63 and 46. RGB value is (25,99,70). Sum of RGB (Red+Green+Blue) = 25+99+70=194 (25% of max value = 765). Red value is 25 (10.16% from 255 or 12.89% from 194); Green value is 99 (39.06% from 255 or 51.03% from 194); Blue value is 70 (27.73% from 255 or 36.08% from 194); Max value from RGB is 99 - color contains mainly: green. Hex color #196346 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #196346 is #E69CB9. Grayscale: #494949. Windows color (decimal): -15113402 or 4612889. OLE color: 4612889.

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

Color convert

RGB259970-
CMYK0.7500.290.61
HSL156.49º59.68%24.31%-
HSV(B)156.49º74.75%38.82%-
XYZ5.979.577.33-
YUV73.57125.9893.36-

RGB Variations

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

RGB

RED value IS 25 (10.16% from 255) = 12.89%
GREEN value IS 99 (39.06% from 255) = 51.03%
BLUE value IS 70 (27.73% from 255) = 36.08%
R=12.89%
G=51.03%
B=36.08%

CMYK

C (Cyan) values IS 0.75
M (Magenta) values IS 0
Y (Yellow) values IS 0.29
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal2599700.7500.290.61156.4959.6824.31
Hex1963464B01D3D9c3c18
Octal31143106113035752347430
Binary110011100011100011010010110111011111011001110011110011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #196346

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #196346; }

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

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

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

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

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

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

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

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