#196047

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

Shades of Jewel #196047

Tints of Jewel #196047

Color information

#196047 (or 0x196047) is unknown color: approx Jewel. HEX triplet: 19, 60 and 47. RGB value is (25,96,71). Sum of RGB (Red+Green+Blue) = 25+96+71=192 (25% of max value = 765). Red value is 25 (10.16% from 255 or 13.02% from 192); Green value is 96 (37.89% from 255 or 50% from 192); Blue value is 71 (28.12% from 255 or 36.98% from 192); Max value from RGB is 96 - color contains mainly: green. Hex color #196047 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #196047 is #E69FB8. Grayscale: #474747. Windows color (decimal): -15114169 or 4677657. OLE color: 4677657.

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

Color convert

RGB259671-
CMYK0.7400.260.62
HSL158.87º58.68%23.73%-
HSV(B)158.87º73.96%37.65%-
XYZ5.729.037.4-
YUV71.92127.4894.53-

RGB Variations

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

RGB

RED value IS 25 (10.16% from 255) = 13.02%
GREEN value IS 96 (37.89% from 255) = 50%
BLUE value IS 71 (28.12% from 255) = 36.98%
R=13.02%
G=50%
B=36.98%

CMYK

C (Cyan) values IS 0.74
M (Magenta) values IS 0
Y (Yellow) values IS 0.26
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal2596710.7400.260.62158.8758.6823.73
Hex1960474A01A3E9f3b18
Octal31140107112032762377330
Binary110011100000100011110010100110101111101001111111101111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #196047

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #196047; }

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

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

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

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

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

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

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

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