#0E4402

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

Shades of Myrtle #0E4402

Tints of Myrtle #0E4402

Color information

#0E4402 (or 0x0E4402) is unknown color: approx Myrtle. HEX triplet: 0E, 44 and 02. RGB value is (14,68,2). Sum of RGB (Red+Green+Blue) = 14+68+2=84 (11% of max value = 765). Red value is 14 (5.86% from 255 or 16.67% from 84); Green value is 68 (26.95% from 255 or 80.95% from 84); Blue value is 2 (1.17% from 255 or 2.38% from 84); Max value from RGB is 68 - color contains mainly: green. Hex color #0E4402 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #0E4402 is #F1BBFD. Grayscale: #2C2C2C. Windows color (decimal): -15842302 or 148494. OLE color: 148494.

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

Color convert

RGB14682-
CMYK0.7900.970.73
HSL109.09º94.29%13.73%-
HSV(B)109.09º97.06%26.67%-
XYZ2.264.230.76-
YUV44.33104.11106.37-

RGB Variations

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

RGB

RED value IS 14 (5.86% from 255) = 16.67%
GREEN value IS 68 (26.95% from 255) = 80.95%
BLUE value IS 2 (1.17% from 255) = 2.38%
R=16.67%
G=80.95%
B=2.38%

CMYK

C (Cyan) values IS 0.79
M (Magenta) values IS 0
Y (Yellow) values IS 0.97
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal146820.7900.970.73109.0994.2913.73
HexE4424F061496d5ee
Octal161042117014111115513616
Binary11101000100101001111011000011001001110110110111101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0E4402

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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