#166148

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

Shades of Jewel #166148

Tints of Jewel #166148

Color information

#166148 (or 0x166148) is unknown color: approx Jewel. HEX triplet: 16, 61 and 48. RGB value is (22,97,72). Sum of RGB (Red+Green+Blue) = 22+97+72=191 (25% of max value = 765). Red value is 22 (8.98% from 255 or 11.52% from 191); Green value is 97 (38.28% from 255 or 50.79% from 191); Blue value is 72 (28.52% from 255 or 37.70% from 191); Max value from RGB is 97 - color contains mainly: green. Hex color #166148 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #166148 is #E99EB7. Grayscale: #474747. Windows color (decimal): -15310520 or 4743446. OLE color: 4743446.

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

Color convert

RGB229772-
CMYK0.7700.260.62
HSL160º63.03%23.33%-
HSV(B)160º77.32%38.04%-
XYZ5.789.197.6-
YUV71.72128.1592.53-

RGB Variations

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

RGB

RED value IS 22 (8.98% from 255) = 11.52%
GREEN value IS 97 (38.28% from 255) = 50.79%
BLUE value IS 72 (28.52% from 255) = 37.70%
R=11.52%
G=50.79%
B=37.70%

CMYK

C (Cyan) values IS 0.77
M (Magenta) values IS 0
Y (Yellow) values IS 0.26
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal2297720.7700.260.6216063.0323.33
Hex1661484D01A3Ea03f17
Octal26141110115032762407727
Binary101101100001100100010011010110101111101010000011111110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #166148

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #166148; }

 p { color: rgb(22,97,72); }

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

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

 a { background-color: rgb(22,97,72); }

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

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

 span { border-color: rgb(22,97,72); }

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