#166947

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

Shades of Jewel #166947

Tints of Jewel #166947

Color information

#166947 (or 0x166947) is unknown color: approx Jewel. HEX triplet: 16, 69 and 47. RGB value is (22,105,71). Sum of RGB (Red+Green+Blue) = 22+105+71=198 (26% of max value = 765). Red value is 22 (8.98% from 255 or 11.11% from 198); Green value is 105 (41.41% from 255 or 53.03% from 198); Blue value is 71 (28.12% from 255 or 35.86% from 198); Max value from RGB is 105 - color contains mainly: green. Hex color #166947 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #166947 is #E996B8. Grayscale: #4C4C4C. Windows color (decimal): -15308473 or 4679958. OLE color: 4679958.

HSL color Cylindrical-coordinate representation of color #166947: hue angle of 155.42º 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 #166947 is Cyan = 0.79, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.59.

Color convert

RGB2210571-
CMYK0.7900.320.59
HSL155.42º65.35%24.9%-
HSV(B)155.42º79.05%41.18%-
XYZ6.5210.737.69-
YUV76.3112589.26-

RGB Variations

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

RGB

RED value IS 22 (8.98% from 255) = 11.11%
GREEN value IS 105 (41.41% from 255) = 53.03%
BLUE value IS 71 (28.12% from 255) = 35.86%
R=11.11%
G=53.03%
B=35.86%

CMYK

C (Cyan) values IS 0.79
M (Magenta) values IS 0
Y (Yellow) values IS 0.32
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal22105710.7900.320.59155.4265.3524.9
Hex1669474F0203B9b4119
Octal261511071170407323310131
Binary10110110100110001111001111010000011101110011011100000111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #166947

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #166947; }

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

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

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

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

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

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

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

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