#166946

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

Shades of Jewel #166946

Tints of Jewel #166946

Color information

#166946 (or 0x166946) is unknown color: approx Jewel. HEX triplet: 16, 69 and 46. RGB value is (22,105,70). Sum of RGB (Red+Green+Blue) = 22+105+70=197 (26% of max value = 765). Red value is 22 (8.98% from 255 or 11.17% from 197); Green value is 105 (41.41% from 255 or 53.30% from 197); Blue value is 70 (27.73% from 255 or 35.53% from 197); Max value from RGB is 105 - color contains mainly: green. Hex color #166946 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #166946 is #E996B9. Grayscale: #4C4C4C. Windows color (decimal): -15308474 or 4614422. OLE color: 4614422.

HSL color Cylindrical-coordinate representation of color #166946: hue angle of 154.7º degrees, saturation: 0.65, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #166946 is Cyan = 0.79, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.59.

Color convert

RGB2210570-
CMYK0.7900.330.59
HSL154.7º65.35%24.9%-
HSV(B)154.7º79.05%41.18%-
XYZ6.4910.727.52-
YUV76.19124.589.35-

RGB Variations

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

RGB

RED value IS 22 (8.98% from 255) = 11.17%
GREEN value IS 105 (41.41% from 255) = 53.30%
BLUE value IS 70 (27.73% from 255) = 35.53%
R=11.17%
G=53.30%
B=35.53%

CMYK

C (Cyan) values IS 0.79
M (Magenta) values IS 0
Y (Yellow) values IS 0.33
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal22105700.7900.330.59154.765.3524.9
Hex1669464F0213B9b4119
Octal261511061170417323310131
Binary10110110100110001101001111010000111101110011011100000111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #166946

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #166946; }

 p { color: rgb(22,105,70); }

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

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

 a { background-color: rgb(22,105,70); }

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

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

 span { border-color: rgb(22,105,70); }

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