#0E280A

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

Shades of Myrtle #0E280A

Tints of Myrtle #0E280A

Color information

#0E280A (or 0x0E280A) is unknown color: approx Myrtle. HEX triplet: 0E, 28 and 0A. RGB value is (14,40,10). Sum of RGB (Red+Green+Blue) = 14+40+10=64 (8% of max value = 765). Red value is 14 (5.86% from 255 or 21.88% from 64); Green value is 40 (16.02% from 255 or 62.5% from 64); Blue value is 10 (4.30% from 255 or 15.62% from 64); Max value from RGB is 40 - color contains mainly: green. Hex color #0E280A is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #0E280A is #F1D7F5. Grayscale: #1C1C1C. Windows color (decimal): -15849462 or 665614. OLE color: 665614.

HSL color Cylindrical-coordinate representation of color #0E280A: hue angle of 112º degrees, saturation: 0.6, lightness: 0.1%. HSV value (or HSB Brightness) of color is 0.16% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #0E280A is Cyan = 0.65, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.84.

Color convert

RGB144010-
CMYK0.6500.750.84
HSL112º60%9.8%-
HSV(B)112º75%15.69%-
XYZ0.991.630.55-
YUV28.81117.39117.44-

RGB Variations

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

RGB

RED value IS 14 (5.86% from 255) = 21.88%
GREEN value IS 40 (16.02% from 255) = 62.5%
BLUE value IS 10 (4.30% from 255) = 15.62%
R=21.88%
G=62.5%
B=15.62%

CMYK

C (Cyan) values IS 0.65
M (Magenta) values IS 0
Y (Yellow) values IS 0.75
K (Black) values IS 0.84
SystemRedGreenBlueCMYKHSL
Decimal1440100.6500.750.84112609.8
HexE28A4104B54703ca
Octal16501210101131241607412
Binary11101010001010100000101001011101010011100001111001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0E280A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(14,40,10); }

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

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

 a { background-color: rgb(14,40,10); }

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

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

 span { border-color: rgb(14,40,10); }

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