#166342

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

Shades of Jewel #166342

Tints of Jewel #166342

Color information

#166342 (or 0x166342) is unknown color: approx Jewel. HEX triplet: 16, 63 and 42. RGB value is (22,99,66). Sum of RGB (Red+Green+Blue) = 22+99+66=187 (24% of max value = 765). Red value is 22 (8.98% from 255 or 11.76% from 187); Green value is 99 (39.06% from 255 or 52.94% from 187); Blue value is 66 (26.17% from 255 or 35.29% from 187); Max value from RGB is 99 - color contains mainly: green. Hex color #166342 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #166342 is #E99CBD. Grayscale: #484848. Windows color (decimal): -15310014 or 4350742. OLE color: 4350742.

HSL color Cylindrical-coordinate representation of color #166342: hue angle of 154.29º degrees, saturation: 0.64, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #166342 is Cyan = 0.78, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.61.

Color convert

RGB229966-
CMYK0.7800.330.61
HSL154.29º63.64%23.73%-
HSV(B)154.29º77.78%38.82%-
XYZ5.789.496.68-
YUV72.22124.4992.18-

RGB Variations

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

RGB

RED value IS 22 (8.98% from 255) = 11.76%
GREEN value IS 99 (39.06% from 255) = 52.94%
BLUE value IS 66 (26.17% from 255) = 35.29%
R=11.76%
G=52.94%
B=35.29%

CMYK

C (Cyan) values IS 0.78
M (Magenta) values IS 0
Y (Yellow) values IS 0.33
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal2299660.7800.330.61154.2963.6423.73
Hex1663424E0213D9a4018
Octal261431021160417523210030
Binary10110110001110000101001110010000111110110011010100000011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #166342

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #166342; }

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

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

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

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

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

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

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

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