#0E450A

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

Shades of Myrtle #0E450A

Tints of Myrtle #0E450A

Color information

#0E450A (or 0x0E450A) is unknown color: approx Myrtle. HEX triplet: 0E, 45 and 0A. RGB value is (14,69,10). Sum of RGB (Red+Green+Blue) = 14+69+10=93 (12% of max value = 765). Red value is 14 (5.86% from 255 or 15.05% from 93); Green value is 69 (27.34% from 255 or 74.19% from 93); Blue value is 10 (4.30% from 255 or 10.75% from 93); Max value from RGB is 69 - color contains mainly: green. Hex color #0E450A is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #0E450A is #F1BAF5. Grayscale: #2E2E2E. Windows color (decimal): -15842038 or 673038. OLE color: 673038.

HSL color Cylindrical-coordinate representation of color #0E450A: hue angle of 115.93º degrees, saturation: 0.75, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #0E450A is Cyan = 0.80, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.73.

Color convert

RGB146910-
CMYK0.8000.860.73
HSL115.93º74.68%15.49%-
HSV(B)115.93º85.51%27.06%-
XYZ2.364.371.01-
YUV45.83107.78105.3-

RGB Variations

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

RGB

RED value IS 14 (5.86% from 255) = 15.05%
GREEN value IS 69 (27.34% from 255) = 74.19%
BLUE value IS 10 (4.30% from 255) = 10.75%
R=15.05%
G=74.19%
B=10.75%

CMYK

C (Cyan) values IS 0.80
M (Magenta) values IS 0
Y (Yellow) values IS 0.86
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal1469100.8000.860.73115.9374.6815.49
HexE45A5005649744bf
Octal1610512120012611116411317
Binary1110100010110101010000010101101001001111010010010111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0E450A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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