#13481A

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

Shades of Myrtle #13481A

Tints of Myrtle #13481A

Color information

#13481A (or 0x13481A) is unknown color: approx Myrtle. HEX triplet: 13, 48 and 1A. RGB value is (19,72,26). Sum of RGB (Red+Green+Blue) = 19+72+26=117 (15% of max value = 765). Red value is 19 (7.81% from 255 or 16.24% from 117); Green value is 72 (28.52% from 255 or 61.54% from 117); Blue value is 26 (10.55% from 255 or 22.22% from 117); Max value from RGB is 72 - color contains mainly: green. Hex color #13481A is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #13481A is #ECB7E5. Grayscale: #333333. Windows color (decimal): -15513574 or 1722387. OLE color: 1722387.

HSL color Cylindrical-coordinate representation of color #13481A: hue angle of 127.92º degrees, saturation: 0.58, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #13481A is Cyan = 0.74, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.72.

Color convert

RGB197226-
CMYK0.7400.640.72
HSL127.92º58.24%17.84%-
HSV(B)127.92º73.61%28.24%-
XYZ2.774.851.77-
YUV50.91113.94105.24-

RGB Variations

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

RGB

RED value IS 19 (7.81% from 255) = 16.24%
GREEN value IS 72 (28.52% from 255) = 61.54%
BLUE value IS 26 (10.55% from 255) = 22.22%
R=16.24%
G=61.54%
B=22.22%

CMYK

C (Cyan) values IS 0.74
M (Magenta) values IS 0
Y (Yellow) values IS 0.64
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal1972260.7400.640.72127.9258.2417.84
Hex13481A4A04048803a12
Octal231103211201001102007222
Binary1001110010001101010010100100000010010001000000011101010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #13481A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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