#13461A

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

Shades of Myrtle #13461A

Tints of Myrtle #13461A

Color information

#13461A (or 0x13461A) is unknown color: approx Myrtle. HEX triplet: 13, 46 and 1A. RGB value is (19,70,26). Sum of RGB (Red+Green+Blue) = 19+70+26=115 (15% of max value = 765). Red value is 19 (7.81% from 255 or 16.52% from 115); Green value is 70 (27.73% from 255 or 60.87% from 115); Blue value is 26 (10.55% from 255 or 22.61% from 115); Max value from RGB is 70 - color contains mainly: green. Hex color #13461A is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #13461A is #ECB9E5. Grayscale: #313131. Windows color (decimal): -15514086 or 1721875. OLE color: 1721875.

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

Color convert

RGB197026-
CMYK0.7300.630.73
HSL128.24º57.3%17.45%-
HSV(B)128.24º72.86%27.45%-
XYZ2.654.591.72-
YUV49.73114.6106.08-

RGB Variations

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

RGB

RED value IS 19 (7.81% from 255) = 16.52%
GREEN value IS 70 (27.73% from 255) = 60.87%
BLUE value IS 26 (10.55% from 255) = 22.61%
R=16.52%
G=60.87%
B=22.61%

CMYK

C (Cyan) values IS 0.73
M (Magenta) values IS 0
Y (Yellow) values IS 0.63
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal1970260.7300.630.73128.2457.317.45
Hex13461A4903F49803911
Octal23106321110771112007121
Binary100111000110110101001001011111110010011000000011100110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #13461A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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