#164500

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

Shades of Myrtle #164500

Tints of Myrtle #164500

Color information

#164500 (or 0x164500) is unknown color: approx Myrtle. HEX triplet: 16, 45 and 00. RGB value is (22,69,0). Sum of RGB (Red+Green+Blue) = 22+69+0=91 (12% of max value = 765). Red value is 22 (8.98% from 255 or 24.18% from 91); Green value is 69 (27.34% from 255 or 75.82% from 91); Blue value is 0 (0.39% from 255 or 0% from 91); Max value from RGB is 69 - color contains mainly: green. Hex color #164500 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #164500 is #E9BAFF. Grayscale: #2F2F2F. Windows color (decimal): -15317760 or 17686. OLE color: 17686.

HSL color Cylindrical-coordinate representation of color #164500: hue angle of 100.87º degrees, saturation: 1, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 1%. Process color model (Four color, CMYK) of #164500 is Cyan = 0.68, Magento = 0, Yellow = 1 and Black (K on CMYK) = 0.73.

Color convert

RGB22690-
CMYK0.68010.73
HSL100.87º100%13.53%-
HSV(B)100.87º100%27.06%-
XYZ2.464.430.72-
YUV47.08101.43110.11-

RGB Variations

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

RGB

RED value IS 22 (8.98% from 255) = 24.18%
GREEN value IS 69 (27.34% from 255) = 75.82%
BLUE value IS 0 (0.39% from 255) = 0%
R=24.18%
G=75.82%
B=0%

CMYK

C (Cyan) values IS 0.68
M (Magenta) values IS 0
Y (Yellow) values IS 1
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal226900.68010.73100.8710013.53
Hex1645044064496564e
Octal261050104014411114514416
Binary10110100010101000100011001001001001110010111001001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #164500

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #164500; }

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

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

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

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

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

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

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

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