#165801

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

Shades of Myrtle #165801

Tints of Myrtle #165801

Color information

#165801 (or 0x165801) is unknown color: approx Myrtle. HEX triplet: 16, 58 and 01. RGB value is (22,88,1). Sum of RGB (Red+Green+Blue) = 22+88+1=111 (14% of max value = 765). Red value is 22 (8.98% from 255 or 19.82% from 111); Green value is 88 (34.77% from 255 or 79.28% from 111); Blue value is 1 (0.78% from 255 or 0.90% from 111); Max value from RGB is 88 - color contains mainly: green. Hex color #165801 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #165801 is #E9A7FE. Grayscale: #3A3A3A. Windows color (decimal): -15312895 or 88086. OLE color: 88086.

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

Color convert

RGB22881-
CMYK0.7500.990.65
HSL105.52º97.75%17.45%-
HSV(B)105.52º98.86%34.51%-
XYZ3.837.151.21-
YUV58.3595.63102.07-

RGB Variations

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

RGB

RED value IS 22 (8.98% from 255) = 19.82%
GREEN value IS 88 (34.77% from 255) = 79.28%
BLUE value IS 1 (0.78% from 255) = 0.90%
R=19.82%
G=79.28%
B=0.90%

CMYK

C (Cyan) values IS 0.75
M (Magenta) values IS 0
Y (Yellow) values IS 0.99
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal228810.7500.990.65105.5297.7517.45
Hex165814B063416a6211
Octal261301113014310115214221
Binary101101011000110010110110001110000011101010110001010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #165801

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #165801; }

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

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

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

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

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

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

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

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