#166348

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

Shades of Jewel #166348

Tints of Jewel #166348

Color information

#166348 (or 0x166348) is unknown color: approx Jewel. HEX triplet: 16, 63 and 48. RGB value is (22,99,72). Sum of RGB (Red+Green+Blue) = 22+99+72=193 (25% of max value = 765). Red value is 22 (8.98% from 255 or 11.40% from 193); Green value is 99 (39.06% from 255 or 51.30% from 193); Blue value is 72 (28.52% from 255 or 37.31% from 193); Max value from RGB is 99 - color contains mainly: green. Hex color #166348 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #166348 is #E99CB7. Grayscale: #484848. Windows color (decimal): -15310008 or 4743958. OLE color: 4743958.

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

Color convert

RGB229972-
CMYK0.7800.270.61
HSL158.96º63.64%23.73%-
HSV(B)158.96º77.78%38.82%-
XYZ5.969.567.66-
YUV72.9127.4991.7-

RGB Variations

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

RGB

RED value IS 22 (8.98% from 255) = 11.40%
GREEN value IS 99 (39.06% from 255) = 51.30%
BLUE value IS 72 (28.52% from 255) = 37.31%
R=11.40%
G=51.30%
B=37.31%

CMYK

C (Cyan) values IS 0.78
M (Magenta) values IS 0
Y (Yellow) values IS 0.27
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal2299720.7800.270.61158.9663.6423.73
Hex1663484E01B3D9f4018
Octal261431101160337523710030
Binary1011011000111001000100111001101111110110011111100000011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #166348

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #166348; }

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

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

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

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

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

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

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

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