#164902

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

Shades of Myrtle #164902

Tints of Myrtle #164902

Color information

#164902 (or 0x164902) is unknown color: approx Myrtle. HEX triplet: 16, 49 and 02. RGB value is (22,73,2). Sum of RGB (Red+Green+Blue) = 22+73+2=97 (12% of max value = 765). Red value is 22 (8.98% from 255 or 22.68% from 97); Green value is 73 (28.91% from 255 or 75.26% from 97); Blue value is 2 (1.17% from 255 or 2.06% from 97); Max value from RGB is 73 - color contains mainly: green. Hex color #164902 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #164902 is #E9B6FD. Grayscale: #313131. Windows color (decimal): -15316734 or 149782. OLE color: 149782.

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

Color convert

RGB22732-
CMYK0.7000.970.71
HSL103.1º94.67%14.71%-
HSV(B)103.1º97.26%28.63%-
XYZ2.724.940.87-
YUV49.66101.1108.27-

RGB Variations

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

RGB

RED value IS 22 (8.98% from 255) = 22.68%
GREEN value IS 73 (28.91% from 255) = 75.26%
BLUE value IS 2 (1.17% from 255) = 2.06%
R=22.68%
G=75.26%
B=2.06%

CMYK

C (Cyan) values IS 0.70
M (Magenta) values IS 0
Y (Yellow) values IS 0.97
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal227320.7000.970.71103.194.6714.71
Hex164924606147675ff
Octal261112106014110714713717
Binary101101001001101000110011000011000111110011110111111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #164902

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #164902; }

 p { color: rgb(22,73,2); }

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

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

 a { background-color: rgb(22,73,2); }

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

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

 span { border-color: rgb(22,73,2); }

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