#1a460e

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

Shades of Myrtle #1A460E

Tints of Myrtle #1A460E

Color information

#1A460E (or 0x1A460E) is unknown color: approx Myrtle. HEX triplet: 1A, 46 and 0E. RGB value is (26,70,14). Sum of RGB (Red+Green+Blue) = 26+70+14=110 (14% of max value = 765). Red value is 26 (10.55% from 255 or 23.64% from 110); Green value is 70 (27.73% from 255 or 63.64% from 110); Blue value is 14 (5.86% from 255 or 12.73% from 110); Max value from RGB is 70 - color contains mainly: green. Hex color #1A460E is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #1A460E is #E5B9F1. Grayscale: #323232. Windows color (decimal): -15055346 or 935450. OLE color: 935450.

HSL color Cylindrical-coordinate representation of color #1A460E: hue angle of 107.14º degrees, saturation: 0.67, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #1A460E is Cyan = 0.63, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.73.

Color convert

RGB267014-
CMYK0.6300.800.73
HSL107.14º66.67%16.47%-
HSV(B)107.14º80%27.45%-
XYZ2.74.631.17-
YUV50.46107.42110.55-

RGB Variations

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

RGB

RED value IS 26 (10.55% from 255) = 23.64%
GREEN value IS 70 (27.73% from 255) = 63.64%
BLUE value IS 14 (5.86% from 255) = 12.73%
R=23.64%
G=63.64%
B=12.73%

CMYK

C (Cyan) values IS 0.63
M (Magenta) values IS 0
Y (Yellow) values IS 0.80
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal2670140.6300.800.73107.1466.6716.47
Hex1A46E3F050496b4310
Octal321061677012011115310320
Binary11010100011011101111110101000010010011101011100001110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1a460e

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #1a460e; }

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

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

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

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

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

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

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

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