#165E01

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

Shades of Myrtle #165E01

Tints of Myrtle #165E01

Color information

#165E01 (or 0x165E01) is unknown color: approx Myrtle. HEX triplet: 16, 5E and 01. RGB value is (22,94,1). Sum of RGB (Red+Green+Blue) = 22+94+1=117 (15% of max value = 765). Red value is 22 (8.98% from 255 or 18.80% from 117); Green value is 94 (37.11% from 255 or 80.34% from 117); Blue value is 1 (0.78% from 255 or 0.85% from 117); Max value from RGB is 94 - color contains mainly: green. Hex color #165E01 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #165E01 is #E9A1FE. Grayscale: #3E3E3E. Windows color (decimal): -15311359 or 89622. OLE color: 89622.

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

Color convert

RGB22941-
CMYK0.7700.990.63
HSL106.45º97.89%18.63%-
HSV(B)106.45º98.94%36.86%-
XYZ4.348.181.38-
YUV61.8793.6599.56-

RGB Variations

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

RGB

RED value IS 22 (8.98% from 255) = 18.80%
GREEN value IS 94 (37.11% from 255) = 80.34%
BLUE value IS 1 (0.78% from 255) = 0.85%
R=18.80%
G=80.34%
B=0.85%

CMYK

C (Cyan) values IS 0.77
M (Magenta) values IS 0
Y (Yellow) values IS 0.99
K (Black) values IS 0.63
SystemRedGreenBlueCMYKHSL
Decimal229410.7700.990.63106.4597.8918.63
Hex165E14D0633F6a6213
Octal26136111501437715214223
Binary10110101111011001101011000111111111101010110001010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #165E01

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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