#0E4D04

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

Shades of Myrtle #0E4D04

Tints of Myrtle #0E4D04

Color information

#0E4D04 (or 0x0E4D04) is unknown color: approx Myrtle. HEX triplet: 0E, 4D and 04. RGB value is (14,77,4). Sum of RGB (Red+Green+Blue) = 14+77+4=95 (12% of max value = 765). Red value is 14 (5.86% from 255 or 14.74% from 95); Green value is 77 (30.47% from 255 or 81.05% from 95); Blue value is 4 (1.95% from 255 or 4.21% from 95); Max value from RGB is 77 - color contains mainly: green. Hex color #0E4D04 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #0E4D04 is #F1B2FB. Grayscale: #323232. Windows color (decimal): -15839996 or 281870. OLE color: 281870.

HSL color Cylindrical-coordinate representation of color #0E4D04: hue angle of 111.78º degrees, saturation: 0.9, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #0E4D04 is Cyan = 0.82, Magento = 0, Yellow = 0.95 and Black (K on CMYK) = 0.70.

Color convert

RGB14774-
CMYK0.8200.950.70
HSL111.78º90.12%15.88%-
HSV(B)111.78º94.81%30.2%-
XYZ2.865.411.01-
YUV49.84102.13102.44-

RGB Variations

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

RGB

RED value IS 14 (5.86% from 255) = 14.74%
GREEN value IS 77 (30.47% from 255) = 81.05%
BLUE value IS 4 (1.95% from 255) = 4.21%
R=14.74%
G=81.05%
B=4.21%

CMYK

C (Cyan) values IS 0.82
M (Magenta) values IS 0
Y (Yellow) values IS 0.95
K (Black) values IS 0.70
SystemRedGreenBlueCMYKHSL
Decimal147740.8200.950.70111.7890.1215.88
HexE4D45205F46705a10
Octal161154122013710616013220
Binary1110100110110010100100101111110001101110000101101010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0E4D04

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(14,77,4); }

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

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

 a { background-color: rgb(14,77,4); }

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

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

 span { border-color: rgb(14,77,4); }

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