#164600

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

Shades of Myrtle #164600

Tints of Myrtle #164600

Color information

#164600 (or 0x164600) is unknown color: approx Myrtle. HEX triplet: 16, 46 and 00. RGB value is (22,70,0). Sum of RGB (Red+Green+Blue) = 22+70+0=92 (12% of max value = 765). Red value is 22 (8.98% from 255 or 23.91% from 92); Green value is 70 (27.73% from 255 or 76.09% from 92); Blue value is 0 (0.39% from 255 or 0% from 92); Max value from RGB is 70 - color contains mainly: green. Hex color #164600 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #164600 is #E9B9FF. Grayscale: #2F2F2F. Windows color (decimal): -15317504 or 17942. OLE color: 17942.

HSL color Cylindrical-coordinate representation of color #164600: hue angle of 101.14º 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 #164600 is Cyan = 0.69, Magento = 0, Yellow = 1 and Black (K on CMYK) = 0.73.

Color convert

RGB22700-
CMYK0.69010.73
HSL101.14º100%13.73%-
HSV(B)101.14º100%27.45%-
XYZ2.524.550.75-
YUV47.67101.1109.69-

RGB Variations

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

RGB

RED value IS 22 (8.98% from 255) = 23.91%
GREEN value IS 70 (27.73% from 255) = 76.09%
BLUE value IS 0 (0.39% from 255) = 0%
R=23.91%
G=76.09%
B=0%

CMYK

C (Cyan) values IS 0.69
M (Magenta) values IS 0
Y (Yellow) values IS 1
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal227000.69010.73101.1410013.73
Hex1646045064496564e
Octal261060105014411114514416
Binary10110100011001000101011001001001001110010111001001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #164600

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #164600; }

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

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

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

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

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

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

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

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