#166244

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

Shades of Jewel #166244

Tints of Jewel #166244

Color information

#166244 (or 0x166244) is unknown color: approx Jewel. HEX triplet: 16, 62 and 44. RGB value is (22,98,68). Sum of RGB (Red+Green+Blue) = 22+98+68=188 (24% of max value = 765). Red value is 22 (8.98% from 255 or 11.70% from 188); Green value is 98 (38.67% from 255 or 52.13% from 188); Blue value is 68 (26.95% from 255 or 36.17% from 188); Max value from RGB is 98 - color contains mainly: green. Hex color #166244 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #166244 is #E99DBB. Grayscale: #474747. Windows color (decimal): -15310268 or 4481558. OLE color: 4481558.

HSL color Cylindrical-coordinate representation of color #166244: hue angle of 156.32º degrees, saturation: 0.63, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #166244 is Cyan = 0.78, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.62.

Color convert

RGB229868-
CMYK0.7800.310.62
HSL156.32º63.33%23.53%-
HSV(B)156.32º77.55%38.43%-
XYZ5.749.326.97-
YUV71.86125.8292.44-

RGB Variations

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

RGB

RED value IS 22 (8.98% from 255) = 11.70%
GREEN value IS 98 (38.67% from 255) = 52.13%
BLUE value IS 68 (26.95% from 255) = 36.17%
R=11.70%
G=52.13%
B=36.17%

CMYK

C (Cyan) values IS 0.78
M (Magenta) values IS 0
Y (Yellow) values IS 0.31
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal2298680.7800.310.62156.3263.3323.53
Hex1662444E01F3E9c3f18
Octal26142104116037762347730
Binary101101100010100010010011100111111111101001110011111111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #166244

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #166244; }

 p { color: rgb(22,98,68); }

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

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

 a { background-color: rgb(22,98,68); }

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

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

 span { border-color: rgb(22,98,68); }

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