#0E270D

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

Shades of Myrtle #0E270D

Tints of Myrtle #0E270D

Color information

#0E270D (or 0x0E270D) is unknown color: approx Myrtle. HEX triplet: 0E, 27 and 0D. RGB value is (14,39,13). Sum of RGB (Red+Green+Blue) = 14+39+13=66 (8% of max value = 765). Red value is 14 (5.86% from 255 or 21.21% from 66); Green value is 39 (15.62% from 255 or 59.09% from 66); Blue value is 13 (5.47% from 255 or 19.70% from 66); Max value from RGB is 39 - color contains mainly: green. Hex color #0E270D is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #0E270D is #F1D8F2. Grayscale: #1C1C1C. Windows color (decimal): -15849715 or 861966. OLE color: 861966.

HSL color Cylindrical-coordinate representation of color #0E270D: hue angle of 117.69º degrees, saturation: 0.5, lightness: 0.1%. HSV value (or HSB Brightness) of color is 0.15% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #0E270D is Cyan = 0.64, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.85.

Color convert

RGB143913-
CMYK0.6400.670.85
HSL117.69º50%10.2%-
HSV(B)117.69º66.67%15.29%-
XYZ0.981.570.63-
YUV28.56119.22117.61-

RGB Variations

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

RGB

RED value IS 14 (5.86% from 255) = 21.21%
GREEN value IS 39 (15.62% from 255) = 59.09%
BLUE value IS 13 (5.47% from 255) = 19.70%
R=21.21%
G=59.09%
B=19.70%

CMYK

C (Cyan) values IS 0.64
M (Magenta) values IS 0
Y (Yellow) values IS 0.67
K (Black) values IS 0.85
SystemRedGreenBlueCMYKHSL
Decimal1439130.6400.670.85117.695010.2
HexE27D40043557632a
Octal16471510001031251666212
Binary11101001111101100000001000011101010111101101100101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0E270D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(14,39,13); }

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

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

 a { background-color: rgb(14,39,13); }

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

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

 span { border-color: rgb(14,39,13); }

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