#196349

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

Shades of Jewel #196349

Tints of Jewel #196349

Color information

#196349 (or 0x196349) is unknown color: approx Jewel. HEX triplet: 19, 63 and 49. RGB value is (25,99,73). Sum of RGB (Red+Green+Blue) = 25+99+73=197 (26% of max value = 765). Red value is 25 (10.16% from 255 or 12.69% from 197); Green value is 99 (39.06% from 255 or 50.25% from 197); Blue value is 73 (28.91% from 255 or 37.06% from 197); Max value from RGB is 99 - color contains mainly: green. Hex color #196349 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #196349 is #E69CB6. Grayscale: #494949. Windows color (decimal): -15113399 or 4809497. OLE color: 4809497.

HSL color Cylindrical-coordinate representation of color #196349: hue angle of 158.92º 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 #196349 is Cyan = 0.75, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.61.

Color convert

RGB259973-
CMYK0.7500.260.61
HSL158.92º59.68%24.31%-
HSV(B)158.92º74.75%38.82%-
XYZ6.079.617.84-
YUV73.91127.4893.11-

RGB Variations

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

RGB

RED value IS 25 (10.16% from 255) = 12.69%
GREEN value IS 99 (39.06% from 255) = 50.25%
BLUE value IS 73 (28.91% from 255) = 37.06%
R=12.69%
G=50.25%
B=37.06%

CMYK

C (Cyan) values IS 0.75
M (Magenta) values IS 0
Y (Yellow) values IS 0.26
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal2599730.7500.260.61158.9259.6824.31
Hex1963494B01A3D9f3c18
Octal31143111113032752377430
Binary110011100011100100110010110110101111011001111111110011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #196349

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #196349; }

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

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

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

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

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

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

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

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