#0E440F

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

Shades of Myrtle #0E440F

Tints of Myrtle #0E440F

Color information

#0E440F (or 0x0E440F) is unknown color: approx Myrtle. HEX triplet: 0E, 44 and 0F. RGB value is (14,68,15). Sum of RGB (Red+Green+Blue) = 14+68+15=97 (12% of max value = 765). Red value is 14 (5.86% from 255 or 14.43% from 97); Green value is 68 (26.95% from 255 or 70.10% from 97); Blue value is 15 (6.25% from 255 or 15.46% from 97); Max value from RGB is 68 - color contains mainly: green. Hex color #0E440F is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #0E440F is #F1BBF0. Grayscale: #2D2D2D. Windows color (decimal): -15842289 or 1000462. OLE color: 1000462.

HSL color Cylindrical-coordinate representation of color #0E440F: hue angle of 121.11º degrees, saturation: 0.66, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #0E440F is Cyan = 0.79, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.73.

Color convert

RGB146815-
CMYK0.7900.780.73
HSL121.11º65.85%16.08%-
HSV(B)121.11º79.41%26.67%-
XYZ2.334.261.15-
YUV45.81110.61105.31-

RGB Variations

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

RGB

RED value IS 14 (5.86% from 255) = 14.43%
GREEN value IS 68 (26.95% from 255) = 70.10%
BLUE value IS 15 (6.25% from 255) = 15.46%
R=14.43%
G=70.10%
B=15.46%

CMYK

C (Cyan) values IS 0.79
M (Magenta) values IS 0
Y (Yellow) values IS 0.78
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal1468150.7900.780.73121.1165.8516.08
HexE44F4F04E49794210
Octal1610417117011611117110220
Binary11101000100111110011110100111010010011111001100001010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0E440F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(14,68,15); }

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

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

 a { background-color: rgb(14,68,15); }

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

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

 span { border-color: rgb(14,68,15); }

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