#164C00

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

Shades of Myrtle #164C00

Tints of Myrtle #164C00

Color information

#164C00 (or 0x164C00) is unknown color: approx Myrtle. HEX triplet: 16, 4C and 00. RGB value is (22,76,0). Sum of RGB (Red+Green+Blue) = 22+76+0=98 (12% of max value = 765). Red value is 22 (8.98% from 255 or 22.45% from 98); Green value is 76 (30.08% from 255 or 77.55% from 98); Blue value is 0 (0.39% from 255 or 0% from 98); Max value from RGB is 76 - color contains mainly: green. Hex color #164C00 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #164C00 is #E9B3FF. Grayscale: #333333. Windows color (decimal): -15315968 or 19478. OLE color: 19478.

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

Color convert

RGB22760-
CMYK0.71010.70
HSL102.63º100%14.9%-
HSV(B)102.63º100%29.8%-
XYZ2.925.340.88-
YUV51.1999.11107.18-

RGB Variations

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

RGB

RED value IS 22 (8.98% from 255) = 22.45%
GREEN value IS 76 (30.08% from 255) = 77.55%
BLUE value IS 0 (0.39% from 255) = 0%
R=22.45%
G=77.55%
B=0%

CMYK

C (Cyan) values IS 0.71
M (Magenta) values IS 0
Y (Yellow) values IS 1
K (Black) values IS 0.70
SystemRedGreenBlueCMYKHSL
Decimal227600.71010.70102.6310014.9
Hex164C047064466764f
Octal261140107014410614714417
Binary10110100110001000111011001001000110110011111001001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #164C00

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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