#166242

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

Shades of Jewel #166242

Tints of Jewel #166242

Color information

#166242 (or 0x166242) is unknown color: approx Jewel. HEX triplet: 16, 62 and 42. RGB value is (22,98,66). Sum of RGB (Red+Green+Blue) = 22+98+66=186 (24% of max value = 765). Red value is 22 (8.98% from 255 or 11.83% from 186); Green value is 98 (38.67% from 255 or 52.69% from 186); Blue value is 66 (26.17% from 255 or 35.48% from 186); Max value from RGB is 98 - color contains mainly: green. Hex color #166242 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #166242 is #E99DBD. Grayscale: #474747. Windows color (decimal): -15310270 or 4350486. OLE color: 4350486.

HSL color Cylindrical-coordinate representation of color #166242: hue angle of 154.74º 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 #166242 is Cyan = 0.78, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.62.

Color convert

RGB229866-
CMYK0.7800.330.62
HSL154.74º63.33%23.53%-
HSV(B)154.74º77.55%38.43%-
XYZ5.689.36.65-
YUV71.63124.8292.6-

RGB Variations

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

RGB

RED value IS 22 (8.98% from 255) = 11.83%
GREEN value IS 98 (38.67% from 255) = 52.69%
BLUE value IS 66 (26.17% from 255) = 35.48%
R=11.83%
G=52.69%
B=35.48%

CMYK

C (Cyan) values IS 0.78
M (Magenta) values IS 0
Y (Yellow) values IS 0.33
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal2298660.7800.330.62154.7463.3323.53
Hex1662424E0213E9b3f18
Octal26142102116041762337730
Binary1011011000101000010100111001000011111101001101111111111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #166242

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #166242; }

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

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

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

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

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

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

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

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