#165744

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

Shades of Jewel #165744

Tints of Jewel #165744

Color information

#165744 (or 0x165744) is unknown color: approx Jewel. HEX triplet: 16, 57 and 44. RGB value is (22,87,68). Sum of RGB (Red+Green+Blue) = 22+87+68=177 (23% of max value = 765). Red value is 22 (8.98% from 255 or 12.43% from 177); Green value is 87 (34.38% from 255 or 49.15% from 177); Blue value is 68 (26.95% from 255 or 38.42% from 177); Max value from RGB is 87 - color contains mainly: green. Hex color #165744 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #165744 is #E9A8BB. Grayscale: #414141. Windows color (decimal): -15313084 or 4478742. OLE color: 4478742.

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

Color convert

RGB228768-
CMYK0.7500.220.66
HSL162.46º59.63%21.37%-
HSV(B)162.46º74.71%34.12%-
XYZ4.787.46.65-
YUV65.4129.4797.04-

RGB Variations

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

RGB

RED value IS 22 (8.98% from 255) = 12.43%
GREEN value IS 87 (34.38% from 255) = 49.15%
BLUE value IS 68 (26.95% from 255) = 38.42%
R=12.43%
G=49.15%
B=38.42%

CMYK

C (Cyan) values IS 0.75
M (Magenta) values IS 0
Y (Yellow) values IS 0.22
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal2287680.7500.220.66162.4659.6321.37
Hex1657444B01642a23c15
Octal261271041130261022427425
Binary1011010101111000100100101101011010000101010001011110010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #165744

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #165744; }

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

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

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

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

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

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

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

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