#166149

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

Shades of Jewel #166149

Tints of Jewel #166149

Color information

#166149 (or 0x166149) is unknown color: approx Jewel. HEX triplet: 16, 61 and 49. RGB value is (22,97,73). Sum of RGB (Red+Green+Blue) = 22+97+73=192 (25% of max value = 765). Red value is 22 (8.98% from 255 or 11.46% from 192); Green value is 97 (38.28% from 255 or 50.52% from 192); Blue value is 73 (28.91% from 255 or 38.02% from 192); Max value from RGB is 97 - color contains mainly: green. Hex color #166149 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #166149 is #E99EB6. Grayscale: #474747. Windows color (decimal): -15310519 or 4808982. OLE color: 4808982.

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

Color convert

RGB229773-
CMYK0.7700.250.62
HSL160.8º63.03%23.33%-
HSV(B)160.8º77.32%38.04%-
XYZ5.819.27.77-
YUV71.84128.6592.45-

RGB Variations

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

RGB

RED value IS 22 (8.98% from 255) = 11.46%
GREEN value IS 97 (38.28% from 255) = 50.52%
BLUE value IS 73 (28.91% from 255) = 38.02%
R=11.46%
G=50.52%
B=38.02%

CMYK

C (Cyan) values IS 0.77
M (Magenta) values IS 0
Y (Yellow) values IS 0.25
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal2297730.7700.250.62160.863.0323.33
Hex1661494D0193Ea13f17
Octal26141111115031762417727
Binary101101100001100100110011010110011111101010000111111110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #166149

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #166149; }

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

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

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

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

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

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

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

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