#0E4509

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

Shades of Myrtle #0E4509

Tints of Myrtle #0E4509

Color information

#0E4509 (or 0x0E4509) is unknown color: approx Myrtle. HEX triplet: 0E, 45 and 09. RGB value is (14,69,9). Sum of RGB (Red+Green+Blue) = 14+69+9=92 (12% of max value = 765). Red value is 14 (5.86% from 255 or 15.22% from 92); Green value is 69 (27.34% from 255 or 75% from 92); Blue value is 9 (3.91% from 255 or 9.78% from 92); Max value from RGB is 69 - color contains mainly: green. Hex color #0E4509 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #0E4509 is #F1BAF6. Grayscale: #2D2D2D. Windows color (decimal): -15842039 or 607502. OLE color: 607502.

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

Color convert

RGB14699-
CMYK0.8000.870.73
HSL115º76.92%15.29%-
HSV(B)115º86.96%27.06%-
XYZ2.364.370.98-
YUV45.72107.28105.38-

RGB Variations

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

RGB

RED value IS 14 (5.86% from 255) = 15.22%
GREEN value IS 69 (27.34% from 255) = 75%
BLUE value IS 9 (3.91% from 255) = 9.78%
R=15.22%
G=75%
B=9.78%

CMYK

C (Cyan) values IS 0.80
M (Magenta) values IS 0
Y (Yellow) values IS 0.87
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal146990.8000.870.7311576.9215.29
HexE4595005749734df
Octal1610511120012711116311517
Binary1110100010110011010000010101111001001111001110011011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0E4509

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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