#0E5413

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

Shades of Myrtle #0E5413

Tints of Myrtle #0E5413

Color information

#0E5413 (or 0x0E5413) is unknown color: approx Myrtle. HEX triplet: 0E, 54 and 13. RGB value is (14,84,19). Sum of RGB (Red+Green+Blue) = 14+84+19=117 (15% of max value = 765). Red value is 14 (5.86% from 255 or 11.97% from 117); Green value is 84 (33.20% from 255 or 71.79% from 117); Blue value is 19 (7.81% from 255 or 16.24% from 117); Max value from RGB is 84 - color contains mainly: green. Hex color #0E5413 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #0E5413 is #F1ABEC. Grayscale: #373737. Windows color (decimal): -15838189 or 1266702. OLE color: 1266702.

HSL color Cylindrical-coordinate representation of color #0E5413: hue angle of 124.29º degrees, saturation: 0.71, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #0E5413 is Cyan = 0.83, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.67.

Color convert

RGB148419-
CMYK0.8300.770.67
HSL124.29º71.43%19.22%-
HSV(B)124.29º83.33%32.94%-
XYZ3.476.481.68-
YUV55.66107.3198.29-

RGB Variations

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

RGB

RED value IS 14 (5.86% from 255) = 11.97%
GREEN value IS 84 (33.20% from 255) = 71.79%
BLUE value IS 19 (7.81% from 255) = 16.24%
R=11.97%
G=71.79%
B=16.24%

CMYK

C (Cyan) values IS 0.83
M (Magenta) values IS 0
Y (Yellow) values IS 0.77
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal1484190.8300.770.67124.2971.4319.22
HexE54135304D437c4713
Octal1612423123011510317410723
Binary111010101001001110100110100110110000111111100100011110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0E5413

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #0E5413; }

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

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

<style>
 a { background-color: #0E5413; }

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

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

<style>
 span { border-color: #0E5413; }

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

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