#13441A

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

Shades of Myrtle #13441A

Tints of Myrtle #13441A

Color information

#13441A (or 0x13441A) is unknown color: approx Myrtle. HEX triplet: 13, 44 and 1A. RGB value is (19,68,26). Sum of RGB (Red+Green+Blue) = 19+68+26=113 (14% of max value = 765). Red value is 19 (7.81% from 255 or 16.81% from 113); Green value is 68 (26.95% from 255 or 60.18% from 113); Blue value is 26 (10.55% from 255 or 23.01% from 113); Max value from RGB is 68 - color contains mainly: green. Hex color #13441A is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #13441A is #ECBBE5. Grayscale: #303030. Windows color (decimal): -15514598 or 1721363. OLE color: 1721363.

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

Color convert

RGB196826-
CMYK0.7200.620.73
HSL128.57º56.32%17.06%-
HSV(B)128.57º72.06%26.67%-
XYZ2.524.351.68-
YUV48.56115.27106.92-

RGB Variations

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

RGB

RED value IS 19 (7.81% from 255) = 16.81%
GREEN value IS 68 (26.95% from 255) = 60.18%
BLUE value IS 26 (10.55% from 255) = 23.01%
R=16.81%
G=60.18%
B=23.01%

CMYK

C (Cyan) values IS 0.72
M (Magenta) values IS 0
Y (Yellow) values IS 0.62
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal1968260.7200.620.73128.5756.3217.06
Hex13441A4803E49813811
Octal23104321100761112017021
Binary100111000100110101001000011111010010011000000111100010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #13441A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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