#166942

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

Shades of Jewel #166942

Tints of Jewel #166942

Color information

#166942 (or 0x166942) is unknown color: approx Jewel. HEX triplet: 16, 69 and 42. RGB value is (22,105,66). Sum of RGB (Red+Green+Blue) = 22+105+66=193 (25% of max value = 765). Red value is 22 (8.98% from 255 or 11.40% from 193); Green value is 105 (41.41% from 255 or 54.40% from 193); Blue value is 66 (26.17% from 255 or 34.20% from 193); Max value from RGB is 105 - color contains mainly: green. Hex color #166942 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #166942 is #E996BD. Grayscale: #4B4B4B. Windows color (decimal): -15308478 or 4352278. OLE color: 4352278.

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

Color convert

RGB2210566-
CMYK0.7900.370.59
HSL151.81º65.35%24.9%-
HSV(B)151.81º79.05%41.18%-
XYZ6.3710.676.88-
YUV75.74122.589.67-

RGB Variations

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

RGB

RED value IS 22 (8.98% from 255) = 11.40%
GREEN value IS 105 (41.41% from 255) = 54.40%
BLUE value IS 66 (26.17% from 255) = 34.20%
R=11.40%
G=54.40%
B=34.20%

CMYK

C (Cyan) values IS 0.79
M (Magenta) values IS 0
Y (Yellow) values IS 0.37
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal22105660.7900.370.59151.8165.3524.9
Hex1669424F0253B984119
Octal261511021170457323010131
Binary10110110100110000101001111010010111101110011000100000111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #166942

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #166942; }

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

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

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

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

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

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

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

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