#196347

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

Shades of Jewel #196347

Tints of Jewel #196347

Color information

#196347 (or 0x196347) is unknown color: approx Jewel. HEX triplet: 19, 63 and 47. RGB value is (25,99,71). Sum of RGB (Red+Green+Blue) = 25+99+71=195 (25% of max value = 765). Red value is 25 (10.16% from 255 or 12.82% from 195); Green value is 99 (39.06% from 255 or 50.77% from 195); Blue value is 71 (28.12% from 255 or 36.41% from 195); Max value from RGB is 99 - color contains mainly: green. Hex color #196347 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #196347 is #E69CB8. Grayscale: #494949. Windows color (decimal): -15113401 or 4678425. OLE color: 4678425.

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

Color convert

RGB259971-
CMYK0.7500.280.61
HSL157.3º59.68%24.31%-
HSV(B)157.3º74.75%38.82%-
XYZ69.597.5-
YUV73.68126.4893.28-

RGB Variations

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

RGB

RED value IS 25 (10.16% from 255) = 12.82%
GREEN value IS 99 (39.06% from 255) = 50.77%
BLUE value IS 71 (28.12% from 255) = 36.41%
R=12.82%
G=50.77%
B=36.41%

CMYK

C (Cyan) values IS 0.75
M (Magenta) values IS 0
Y (Yellow) values IS 0.28
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal2599710.7500.280.61157.359.6824.31
Hex1963474B01C3D9d3c18
Octal31143107113034752357430
Binary110011100011100011110010110111001111011001110111110011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #196347

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #196347; }

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

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

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

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

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

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

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

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