#196149

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

Shades of Jewel #196149

Tints of Jewel #196149

Color information

#196149 (or 0x196149) is unknown color: approx Jewel. HEX triplet: 19, 61 and 49. RGB value is (25,97,73). Sum of RGB (Red+Green+Blue) = 25+97+73=195 (25% of max value = 765). Red value is 25 (10.16% from 255 or 12.82% from 195); Green value is 97 (38.28% from 255 or 49.74% from 195); Blue value is 73 (28.91% from 255 or 37.44% from 195); Max value from RGB is 97 - color contains mainly: green. Hex color #196149 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #196149 is #E69EB6. Grayscale: #484848. Windows color (decimal): -15113911 or 4808985. OLE color: 4808985.

HSL color Cylindrical-coordinate representation of color #196149: hue angle of 160º degrees, saturation: 0.59, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #196149 is Cyan = 0.74, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.62.

Color convert

RGB259773-
CMYK0.7400.250.62
HSL160º59.02%23.92%-
HSV(B)160º74.23%38.04%-
XYZ5.889.247.78-
YUV72.74128.1593.95-

RGB Variations

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

RGB

RED value IS 25 (10.16% from 255) = 12.82%
GREEN value IS 97 (38.28% from 255) = 49.74%
BLUE value IS 73 (28.91% from 255) = 37.44%
R=12.82%
G=49.74%
B=37.44%

CMYK

C (Cyan) values IS 0.74
M (Magenta) values IS 0
Y (Yellow) values IS 0.25
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal2597730.7400.250.6216059.0223.92
Hex1961494A0193Ea03b18
Octal31141111112031762407330
Binary110011100001100100110010100110011111101010000011101111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #196149

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #196149; }

 p { color: rgb(25,97,73); }

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

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

 a { background-color: rgb(25,97,73); }

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

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

 span { border-color: rgb(25,97,73); }

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