#164A02

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

Shades of Myrtle #164A02

Tints of Myrtle #164A02

Color information

#164A02 (or 0x164A02) is unknown color: approx Myrtle. HEX triplet: 16, 4A and 02. RGB value is (22,74,2). Sum of RGB (Red+Green+Blue) = 22+74+2=98 (12% of max value = 765). Red value is 22 (8.98% from 255 or 22.45% from 98); Green value is 74 (29.30% from 255 or 75.51% from 98); Blue value is 2 (1.17% from 255 or 2.04% from 98); Max value from RGB is 74 - color contains mainly: green. Hex color #164A02 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #164A02 is #E9B5FD. Grayscale: #323232. Windows color (decimal): -15316478 or 150038. OLE color: 150038.

HSL color Cylindrical-coordinate representation of color #164A02: hue angle of 103.33º 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 #164A02 is Cyan = 0.70, Magento = 0, Yellow = 0.97 and Black (K on CMYK) = 0.71.

Color convert

RGB22742-
CMYK0.7000.970.71
HSL103.33º94.74%14.9%-
HSV(B)103.33º97.3%29.02%-
XYZ2.795.070.89-
YUV50.24100.77107.85-

RGB Variations

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

RGB

RED value IS 22 (8.98% from 255) = 22.45%
GREEN value IS 74 (29.30% from 255) = 75.51%
BLUE value IS 2 (1.17% from 255) = 2.04%
R=22.45%
G=75.51%
B=2.04%

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
Decimal227420.7000.970.71103.3394.7414.9
Hex164A24606147675ff
Octal261122106014110714713717
Binary101101001010101000110011000011000111110011110111111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #164A02

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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