#164013

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

Shades of Myrtle #164013

Tints of Myrtle #164013

Color information

#164013 (or 0x164013) is unknown color: approx Myrtle. HEX triplet: 16, 40 and 13. RGB value is (22,64,19). Sum of RGB (Red+Green+Blue) = 22+64+19=105 (13% of max value = 765). Red value is 22 (8.98% from 255 or 20.95% from 105); Green value is 64 (25.39% from 255 or 60.95% from 105); Blue value is 19 (7.81% from 255 or 18.10% from 105); Max value from RGB is 64 - color contains mainly: green. Hex color #164013 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #164013 is #E9BFEC. Grayscale: #2E2E2E. Windows color (decimal): -15319021 or 1261590. OLE color: 1261590.

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

Color convert

RGB226419-
CMYK0.6600.700.75
HSL116º54.22%16.27%-
HSV(B)116º70.31%25.1%-
XYZ2.283.881.25-
YUV46.31112.59110.66-

RGB Variations

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

RGB

RED value IS 22 (8.98% from 255) = 20.95%
GREEN value IS 64 (25.39% from 255) = 60.95%
BLUE value IS 19 (7.81% from 255) = 18.10%
R=20.95%
G=60.95%
B=18.10%

CMYK

C (Cyan) values IS 0.66
M (Magenta) values IS 0
Y (Yellow) values IS 0.70
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal2264190.6600.700.7511654.2216.27
Hex164013420464B743610
Octal261002310201061131646620
Binary101101000000100111000010010001101001011111010011011010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #164013

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #164013; }

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

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

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

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

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

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

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

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