#164315

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

Shades of Myrtle #164315

Tints of Myrtle #164315

Color information

#164315 (or 0x164315) is unknown color: approx Myrtle. HEX triplet: 16, 43 and 15. RGB value is (22,67,21). Sum of RGB (Red+Green+Blue) = 22+67+21=110 (14% of max value = 765). Red value is 22 (8.98% from 255 or 20% from 110); Green value is 67 (26.56% from 255 or 60.91% from 110); Blue value is 21 (8.59% from 255 or 19.09% from 110); Max value from RGB is 67 - color contains mainly: green. Hex color #164315 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #164315 is #E9BCEA. Grayscale: #303030. Windows color (decimal): -15318251 or 1393430. OLE color: 1393430.

HSL color Cylindrical-coordinate representation of color #164315: hue angle of 118.7º degrees, saturation: 0.52, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #164315 is Cyan = 0.67, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.74.

Color convert

RGB226721-
CMYK0.6700.690.74
HSL118.7º52.27%17.25%-
HSV(B)118.7º68.66%26.27%-
XYZ2.474.241.4-
YUV48.3112.59109.24-

RGB Variations

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

RGB

RED value IS 22 (8.98% from 255) = 20%
GREEN value IS 67 (26.56% from 255) = 60.91%
BLUE value IS 21 (8.59% from 255) = 19.09%
R=20%
G=60.91%
B=19.09%

CMYK

C (Cyan) values IS 0.67
M (Magenta) values IS 0
Y (Yellow) values IS 0.69
K (Black) values IS 0.74
SystemRedGreenBlueCMYKHSL
Decimal2267210.6700.690.74118.752.2717.25
Hex164315430454A773411
Octal261032510301051121676421
Binary101101000011101011000011010001011001010111011111010010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #164315

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #164315; }

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

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

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

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

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

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

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

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