#164E01

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

Shades of Myrtle #164E01

Tints of Myrtle #164E01

Color information

#164E01 (or 0x164E01) is unknown color: approx Myrtle. HEX triplet: 16, 4E and 01. RGB value is (22,78,1). Sum of RGB (Red+Green+Blue) = 22+78+1=101 (13% of max value = 765). Red value is 22 (8.98% from 255 or 21.78% from 101); Green value is 78 (30.86% from 255 or 77.23% from 101); Blue value is 1 (0.78% from 255 or 0.99% from 101); Max value from RGB is 78 - color contains mainly: green. Hex color #164E01 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #164E01 is #E9B1FE. Grayscale: #343434. Windows color (decimal): -15315455 or 85526. OLE color: 85526.

HSL color Cylindrical-coordinate representation of color #164E01: hue angle of 103.64º degrees, saturation: 0.97, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #164E01 is Cyan = 0.72, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.69.

Color convert

RGB22781-
CMYK0.7200.990.69
HSL103.64º97.47%15.49%-
HSV(B)103.64º98.72%30.59%-
XYZ3.065.620.95-
YUV52.4898.95106.26-

RGB Variations

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

RGB

RED value IS 22 (8.98% from 255) = 21.78%
GREEN value IS 78 (30.86% from 255) = 77.23%
BLUE value IS 1 (0.78% from 255) = 0.99%
R=21.78%
G=77.23%
B=0.99%

CMYK

C (Cyan) values IS 0.72
M (Magenta) values IS 0
Y (Yellow) values IS 0.99
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal227810.7200.990.69103.6497.4715.49
Hex164E148063456861f
Octal261161110014310515014117
Binary10110100111011001000011000111000101110100011000011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #164E01

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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