#164C02

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

Shades of Myrtle #164C02

Tints of Myrtle #164C02

Color information

#164C02 (or 0x164C02) is unknown color: approx Myrtle. HEX triplet: 16, 4C and 02. RGB value is (22,76,2). Sum of RGB (Red+Green+Blue) = 22+76+2=100 (13% of max value = 765). Red value is 22 (8.98% from 255 or 22% from 100); Green value is 76 (30.08% from 255 or 76% from 100); Blue value is 2 (1.17% from 255 or 2% from 100); Max value from RGB is 76 - color contains mainly: green. Hex color #164C02 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #164C02 is #E9B3FD. Grayscale: #333333. Windows color (decimal): -15315966 or 150550. OLE color: 150550.

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

Color convert

RGB22762-
CMYK0.7100.970.70
HSL103.78º94.87%15.29%-
HSV(B)103.78º97.37%29.8%-
XYZ2.935.340.93-
YUV51.42100.11107.02-

RGB Variations

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

RGB

RED value IS 22 (8.98% from 255) = 22%
GREEN value IS 76 (30.08% from 255) = 76%
BLUE value IS 2 (1.17% from 255) = 2%
R=22%
G=76%
B=2%

CMYK

C (Cyan) values IS 0.71
M (Magenta) values IS 0
Y (Yellow) values IS 0.97
K (Black) values IS 0.70
SystemRedGreenBlueCMYKHSL
Decimal227620.7100.970.70103.7894.8715.29
Hex164C24706146685ff
Octal261142107014110615013717
Binary101101001100101000111011000011000110110100010111111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #164C02

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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