#166049

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

Shades of Jewel #166049

Tints of Jewel #166049

Color information

#166049 (or 0x166049) is unknown color: approx Jewel. HEX triplet: 16, 60 and 49. RGB value is (22,96,73). Sum of RGB (Red+Green+Blue) = 22+96+73=191 (25% of max value = 765). Red value is 22 (8.98% from 255 or 11.52% from 191); Green value is 96 (37.89% from 255 or 50.26% from 191); Blue value is 73 (28.91% from 255 or 38.22% from 191); Max value from RGB is 96 - color contains mainly: green. Hex color #166049 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #166049 is #E99FB6. Grayscale: #474747. Windows color (decimal): -15310775 or 4808726. OLE color: 4808726.

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

Color convert

RGB229673-
CMYK0.7700.240.62
HSL161.35º62.71%23.14%-
HSV(B)161.35º77.08%37.65%-
XYZ5.729.027.74-
YUV71.25128.9892.87-

RGB Variations

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

RGB

RED value IS 22 (8.98% from 255) = 11.52%
GREEN value IS 96 (37.89% from 255) = 50.26%
BLUE value IS 73 (28.91% from 255) = 38.22%
R=11.52%
G=50.26%
B=38.22%

CMYK

C (Cyan) values IS 0.77
M (Magenta) values IS 0
Y (Yellow) values IS 0.24
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal2296730.7700.240.62161.3562.7123.14
Hex1660494D0183Ea13f17
Octal26140111115030762417727
Binary101101100000100100110011010110001111101010000111111110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #166049

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #166049; }

 p { color: rgb(22,96,73); }

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

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

 a { background-color: rgb(22,96,73); }

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

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

 span { border-color: rgb(22,96,73); }

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