#16461A

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

Shades of Myrtle #16461A

Tints of Myrtle #16461A

Color information

#16461A (or 0x16461A) is unknown color: approx Myrtle. HEX triplet: 16, 46 and 1A. RGB value is (22,70,26). Sum of RGB (Red+Green+Blue) = 22+70+26=118 (15% of max value = 765). Red value is 22 (8.98% from 255 or 18.64% from 118); Green value is 70 (27.73% from 255 or 59.32% from 118); Blue value is 26 (10.55% from 255 or 22.03% from 118); Max value from RGB is 70 - color contains mainly: green. Hex color #16461A is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #16461A is #E9B9E5. Grayscale: #323232. Windows color (decimal): -15317478 or 1721878. OLE color: 1721878.

HSL color Cylindrical-coordinate representation of color #16461A: hue angle of 125º degrees, saturation: 0.52, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #16461A is Cyan = 0.69, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.73.

Color convert

RGB227026-
CMYK0.6900.630.73
HSL125º52.17%18.04%-
HSV(B)125º68.57%27.45%-
XYZ2.714.631.73-
YUV50.63114.1107.58-

RGB Variations

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

RGB

RED value IS 22 (8.98% from 255) = 18.64%
GREEN value IS 70 (27.73% from 255) = 59.32%
BLUE value IS 26 (10.55% from 255) = 22.03%
R=18.64%
G=59.32%
B=22.03%

CMYK

C (Cyan) values IS 0.69
M (Magenta) values IS 0
Y (Yellow) values IS 0.63
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal2270260.6900.630.7312552.1718.04
Hex16461A4503F497d3412
Octal26106321050771111756422
Binary10110100011011010100010101111111001001111110111010010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #16461A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #16461A; }

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

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

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

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

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

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

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

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