#165B01

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

Shades of Myrtle #165B01

Tints of Myrtle #165B01

Color information

#165B01 (or 0x165B01) is unknown color: approx Myrtle. HEX triplet: 16, 5B and 01. RGB value is (22,91,1). Sum of RGB (Red+Green+Blue) = 22+91+1=114 (15% of max value = 765). Red value is 22 (8.98% from 255 or 19.30% from 114); Green value is 91 (35.94% from 255 or 79.82% from 114); Blue value is 1 (0.78% from 255 or 0.88% from 114); Max value from RGB is 91 - color contains mainly: green. Hex color #165B01 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #165B01 is #E9A4FE. Grayscale: #3C3C3C. Windows color (decimal): -15312127 or 88854. OLE color: 88854.

HSL color Cylindrical-coordinate representation of color #165B01: hue angle of 106º degrees, saturation: 0.98, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #165B01 is Cyan = 0.76, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.64.

Color convert

RGB22911-
CMYK0.7600.990.64
HSL106º97.83%18.04%-
HSV(B)106º98.9%35.69%-
XYZ4.087.651.29-
YUV60.1194.64100.82-

RGB Variations

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

RGB

RED value IS 22 (8.98% from 255) = 19.30%
GREEN value IS 91 (35.94% from 255) = 79.82%
BLUE value IS 1 (0.78% from 255) = 0.88%
R=19.30%
G=79.82%
B=0.88%

CMYK

C (Cyan) values IS 0.76
M (Magenta) values IS 0
Y (Yellow) values IS 0.99
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal229110.7600.990.6410697.8318.04
Hex165B14C063406a6212
Octal261331114014310015214222
Binary101101011011110011000110001110000001101010110001010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #165B01

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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