#166943

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

Shades of Jewel #166943

Tints of Jewel #166943

Color information

#166943 (or 0x166943) is unknown color: approx Jewel. HEX triplet: 16, 69 and 43. RGB value is (22,105,67). Sum of RGB (Red+Green+Blue) = 22+105+67=194 (25% of max value = 765). Red value is 22 (8.98% from 255 or 11.34% from 194); Green value is 105 (41.41% from 255 or 54.12% from 194); Blue value is 67 (26.56% from 255 or 34.54% from 194); Max value from RGB is 105 - color contains mainly: green. Hex color #166943 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #166943 is #E996BC. Grayscale: #4B4B4B. Windows color (decimal): -15308477 or 4417814. OLE color: 4417814.

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

Color convert

RGB2210567-
CMYK0.7900.360.59
HSL152.53º65.35%24.9%-
HSV(B)152.53º79.05%41.18%-
XYZ6.410.687.03-
YUV75.8512389.59-

RGB Variations

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

RGB

RED value IS 22 (8.98% from 255) = 11.34%
GREEN value IS 105 (41.41% from 255) = 54.12%
BLUE value IS 67 (26.56% from 255) = 34.54%
R=11.34%
G=54.12%
B=34.54%

CMYK

C (Cyan) values IS 0.79
M (Magenta) values IS 0
Y (Yellow) values IS 0.36
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal22105670.7900.360.59152.5365.3524.9
Hex1669434F0243B994119
Octal261511031170447323110131
Binary10110110100110000111001111010010011101110011001100000111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #166943

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #166943; }

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

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

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

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

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

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

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

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