#165E44

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

Shades of Jewel #165E44

Tints of Jewel #165E44

Color information

#165E44 (or 0x165E44) is unknown color: approx Jewel. HEX triplet: 16, 5E and 44. RGB value is (22,94,68). Sum of RGB (Red+Green+Blue) = 22+94+68=184 (24% of max value = 765). Red value is 22 (8.98% from 255 or 11.96% from 184); Green value is 94 (37.11% from 255 or 51.09% from 184); Blue value is 68 (26.95% from 255 or 36.96% from 184); Max value from RGB is 94 - color contains mainly: green. Hex color #165E44 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #165E44 is #E9A1BB. Grayscale: #454545. Windows color (decimal): -15311292 or 4480534. OLE color: 4480534.

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

Color convert

RGB229468-
CMYK0.7700.280.63
HSL158.33º62.07%22.75%-
HSV(B)158.33º76.6%36.86%-
XYZ5.388.596.84-
YUV69.51127.1594.11-

RGB Variations

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

RGB

RED value IS 22 (8.98% from 255) = 11.96%
GREEN value IS 94 (37.11% from 255) = 51.09%
BLUE value IS 68 (26.95% from 255) = 36.96%
R=11.96%
G=51.09%
B=36.96%

CMYK

C (Cyan) values IS 0.77
M (Magenta) values IS 0
Y (Yellow) values IS 0.28
K (Black) values IS 0.63
SystemRedGreenBlueCMYKHSL
Decimal2294680.7700.280.63158.3362.0722.75
Hex165E444D01C3F9e3e17
Octal26136104115034772367627
Binary101101011110100010010011010111001111111001111011111010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #165E44

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #165E44; }

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

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

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

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

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

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

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

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