#164015

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

Shades of Myrtle #164015

Tints of Myrtle #164015

Color information

#164015 (or 0x164015) is unknown color: approx Myrtle. HEX triplet: 16, 40 and 15. RGB value is (22,64,21). Sum of RGB (Red+Green+Blue) = 22+64+21=107 (14% of max value = 765). Red value is 22 (8.98% from 255 or 20.56% from 107); Green value is 64 (25.39% from 255 or 59.81% from 107); Blue value is 21 (8.59% from 255 or 19.63% from 107); Max value from RGB is 64 - color contains mainly: green. Hex color #164015 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #164015 is #E9BFEA. Grayscale: #2E2E2E. Windows color (decimal): -15319019 or 1392662. OLE color: 1392662.

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

Color convert

RGB226421-
CMYK0.6600.670.75
HSL118.6º50.59%16.67%-
HSV(B)118.6º67.19%25.1%-
XYZ2.33.891.34-
YUV46.54113.59110.5-

RGB Variations

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

RGB

RED value IS 22 (8.98% from 255) = 20.56%
GREEN value IS 64 (25.39% from 255) = 59.81%
BLUE value IS 21 (8.59% from 255) = 19.63%
R=20.56%
G=59.81%
B=19.63%

CMYK

C (Cyan) values IS 0.66
M (Magenta) values IS 0
Y (Yellow) values IS 0.67
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal2264210.6600.670.75118.650.5916.67
Hex164015420434B773311
Octal261002510201031131676321
Binary101101000000101011000010010000111001011111011111001110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #164015

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #164015; }

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

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

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

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

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

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

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

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