#164A01

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

Shades of Myrtle #164A01

Tints of Myrtle #164A01

Color information

#164A01 (or 0x164A01) is unknown color: approx Myrtle. HEX triplet: 16, 4A and 01. RGB value is (22,74,1). Sum of RGB (Red+Green+Blue) = 22+74+1=97 (12% of max value = 765). Red value is 22 (8.98% from 255 or 22.68% from 97); Green value is 74 (29.30% from 255 or 76.29% from 97); Blue value is 1 (0.78% from 255 or 1.03% from 97); Max value from RGB is 74 - color contains mainly: green. Hex color #164A01 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #164A01 is #E9B5FE. Grayscale: #323232. Windows color (decimal): -15316479 or 84502. OLE color: 84502.

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

Color convert

RGB22741-
CMYK0.7000.990.71
HSL102.74º97.33%14.71%-
HSV(B)102.74º98.65%29.02%-
XYZ2.795.070.86-
YUV50.13100.27107.94-

RGB Variations

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

RGB

RED value IS 22 (8.98% from 255) = 22.68%
GREEN value IS 74 (29.30% from 255) = 76.29%
BLUE value IS 1 (0.78% from 255) = 1.03%
R=22.68%
G=76.29%
B=1.03%

CMYK

C (Cyan) values IS 0.70
M (Magenta) values IS 0
Y (Yellow) values IS 0.99
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal227410.7000.990.71102.7497.3314.71
Hex164A146063476761f
Octal261121106014310714714117
Binary10110100101011000110011000111000111110011111000011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #164A01

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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