#164000

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

Shades of Myrtle #164000

Tints of Myrtle #164000

Color information

#164000 (or 0x164000) is unknown color: approx Myrtle. HEX triplet: 16, 40 and 00. RGB value is (22,64,0). Sum of RGB (Red+Green+Blue) = 22+64+0=86 (11% of max value = 765). Red value is 22 (8.98% from 255 or 25.58% from 86); Green value is 64 (25.39% from 255 or 74.42% from 86); Blue value is 0 (0.39% from 255 or 0% from 86); Max value from RGB is 64 - color contains mainly: green. Hex color #164000 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #164000 is #E9BFFF. Grayscale: #2C2C2C. Windows color (decimal): -15319040 or 16406. OLE color: 16406.

HSL color Cylindrical-coordinate representation of color #164000: hue angle of 99.38º degrees, saturation: 1, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 1%. Process color model (Four color, CMYK) of #164000 is Cyan = 0.66, Magento = 0, Yellow = 1 and Black (K on CMYK) = 0.75.

Color convert

RGB22640-
CMYK0.66010.75
HSL99.38º100%12.55%-
HSV(B)99.38º100%25.1%-
XYZ2.163.840.63-
YUV44.15103.09112.2-

RGB Variations

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

RGB

RED value IS 22 (8.98% from 255) = 25.58%
GREEN value IS 64 (25.39% from 255) = 74.42%
BLUE value IS 0 (0.39% from 255) = 0%
R=25.58%
G=74.42%
B=0%

CMYK

C (Cyan) values IS 0.66
M (Magenta) values IS 0
Y (Yellow) values IS 1
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal226400.66010.7599.3810012.55
Hex16400420644B6364d
Octal261000102014411314314415
Binary10110100000001000010011001001001011110001111001001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #164000

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #164000; }

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

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

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

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

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

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

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

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