#165844

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

Shades of Jewel #165844

Tints of Jewel #165844

Color information

#165844 (or 0x165844) is unknown color: approx Jewel. HEX triplet: 16, 58 and 44. RGB value is (22,88,68). Sum of RGB (Red+Green+Blue) = 22+88+68=178 (23% of max value = 765). Red value is 22 (8.98% from 255 or 12.36% from 178); Green value is 88 (34.77% from 255 or 49.44% from 178); Blue value is 68 (26.95% from 255 or 38.20% from 178); Max value from RGB is 88 - color contains mainly: green. Hex color #165844 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #165844 is #E9A7BB. Grayscale: #424242. Windows color (decimal): -15312828 or 4478998. OLE color: 4478998.

HSL color Cylindrical-coordinate representation of color #165844: hue angle of 161.82º degrees, saturation: 0.6, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #165844 is Cyan = 0.75, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.65.

Color convert

RGB228868-
CMYK0.7500.230.65
HSL161.82º60%21.57%-
HSV(B)161.82º75%34.51%-
XYZ4.867.576.67-
YUV65.99129.1396.63-

RGB Variations

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

RGB

RED value IS 22 (8.98% from 255) = 12.36%
GREEN value IS 88 (34.77% from 255) = 49.44%
BLUE value IS 68 (26.95% from 255) = 38.20%
R=12.36%
G=49.44%
B=38.20%

CMYK

C (Cyan) values IS 0.75
M (Magenta) values IS 0
Y (Yellow) values IS 0.23
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal2288680.7500.230.65161.826021.57
Hex1658444B01741a23c16
Octal261301041130271012427426
Binary1011010110001000100100101101011110000011010001011110010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #165844

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #165844; }

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

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

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

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

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

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

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

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