#13240E

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

Shades of Myrtle #13240E

Tints of Myrtle #13240E

Color information

#13240E (or 0x13240E) is unknown color: approx Myrtle. HEX triplet: 13, 24 and 0E. RGB value is (19,36,14). Sum of RGB (Red+Green+Blue) = 19+36+14=69 (9% of max value = 765). Red value is 19 (7.81% from 255 or 27.54% from 69); Green value is 36 (14.45% from 255 or 52.17% from 69); Blue value is 14 (5.86% from 255 or 20.29% from 69); Max value from RGB is 36 - color contains mainly: green. Hex color #13240E is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #13240E is #ECDBF1. Grayscale: #1C1C1C. Windows color (decimal): -15522802 or 926739. OLE color: 926739.

HSL color Cylindrical-coordinate representation of color #13240E: hue angle of 106.36º degrees, saturation: 0.44, lightness: 0.1%. HSV value (or HSB Brightness) of color is 0.14% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #13240E is Cyan = 0.47, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.86.

Color convert

RGB193614-
CMYK0.4700.610.86
HSL106.36º44%9.8%-
HSV(B)106.36º61.11%14.12%-
XYZ0.981.430.64-
YUV28.41119.87121.29-

RGB Variations

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

RGB

RED value IS 19 (7.81% from 255) = 27.54%
GREEN value IS 36 (14.45% from 255) = 52.17%
BLUE value IS 14 (5.86% from 255) = 20.29%
R=27.54%
G=52.17%
B=20.29%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0
Y (Yellow) values IS 0.61
K (Black) values IS 0.86
SystemRedGreenBlueCMYKHSL
Decimal1936140.4700.610.86106.36449.8
Hex1324E2F03D566a2ca
Octal234416570751261525412
Binary1001110010011101011110111101101011011010101011001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #13240E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #13240E; }

 p { color: rgb(19,36,14); }

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

<style>
 a { background-color: #13240E; }

 a { background-color: rgb(19,36,14); }

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

<style>
 span { border-color: #13240E; }

 span { border-color: rgb(19,36,14); }

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