#166748

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

Shades of Jewel #166748

Tints of Jewel #166748

Color information

#166748 (or 0x166748) is unknown color: approx Jewel. HEX triplet: 16, 67 and 48. RGB value is (22,103,72). Sum of RGB (Red+Green+Blue) = 22+103+72=197 (26% of max value = 765). Red value is 22 (8.98% from 255 or 11.17% from 197); Green value is 103 (40.62% from 255 or 52.28% from 197); Blue value is 72 (28.52% from 255 or 36.55% from 197); Max value from RGB is 103 - color contains mainly: green. Hex color #166748 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #166748 is #E998B7. Grayscale: #4B4B4B. Windows color (decimal): -15308984 or 4744982. OLE color: 4744982.

HSL color Cylindrical-coordinate representation of color #166748: hue angle of 157.04º degrees, saturation: 0.65, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #166748 is Cyan = 0.79, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.60.

Color convert

RGB2210372-
CMYK0.7900.300.60
HSL157.04º64.8%24.51%-
HSV(B)157.04º78.64%40.39%-
XYZ6.3510.347.79-
YUV75.25126.1690.02-

RGB Variations

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

RGB

RED value IS 22 (8.98% from 255) = 11.17%
GREEN value IS 103 (40.62% from 255) = 52.28%
BLUE value IS 72 (28.52% from 255) = 36.55%
R=11.17%
G=52.28%
B=36.55%

CMYK

C (Cyan) values IS 0.79
M (Magenta) values IS 0
Y (Yellow) values IS 0.30
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal22103720.7900.300.60157.0464.824.51
Hex1667484F01E3C9d4119
Octal261471101170367423510131
Binary1011011001111001000100111101111011110010011101100000111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #166748

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #166748; }

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

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

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

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

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

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

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

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