#0E4403

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

Shades of Myrtle #0E4403

Tints of Myrtle #0E4403

Color information

#0E4403 (or 0x0E4403) is unknown color: approx Myrtle. HEX triplet: 0E, 44 and 03. RGB value is (14,68,3). Sum of RGB (Red+Green+Blue) = 14+68+3=85 (11% of max value = 765). Red value is 14 (5.86% from 255 or 16.47% from 85); Green value is 68 (26.95% from 255 or 80% from 85); Blue value is 3 (1.56% from 255 or 3.53% from 85); Max value from RGB is 68 - color contains mainly: green. Hex color #0E4403 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #0E4403 is #F1BBFC. Grayscale: #2C2C2C. Windows color (decimal): -15842301 or 214030. OLE color: 214030.

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

Color convert

RGB14683-
CMYK0.7900.960.73
HSL109.85º91.55%13.92%-
HSV(B)109.85º95.59%26.67%-
XYZ2.264.230.78-
YUV44.44104.61106.29-

RGB Variations

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

RGB

RED value IS 14 (5.86% from 255) = 16.47%
GREEN value IS 68 (26.95% from 255) = 80%
BLUE value IS 3 (1.56% from 255) = 3.53%
R=16.47%
G=80%
B=3.53%

CMYK

C (Cyan) values IS 0.79
M (Magenta) values IS 0
Y (Yellow) values IS 0.96
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal146830.7900.960.73109.8591.5513.92
HexE4434F060496e5ce
Octal161043117014011115613416
Binary11101000100111001111011000001001001110111010111001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0E4403

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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