#044D0E

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

Shades of Myrtle #044D0E

Tints of Myrtle #044D0E

Color information

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

HSL color Cylindrical-coordinate representation of color #044D0E: hue angle of 128.22º 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 #044D0E is Cyan = 0.95, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.70.

Color convert

RGB47714-
CMYK0.9500.820.70
HSL128.22º90.12%15.88%-
HSV(B)128.22º94.81%30.2%-
XYZ2.785.371.3-
YUV47.99108.8296.62-

RGB Variations

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

RGB

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

CMYK

C (Cyan) values IS 0.95
M (Magenta) values IS 0
Y (Yellow) values IS 0.82
K (Black) values IS 0.70
SystemRedGreenBlueCMYKHSL
Decimal477140.9500.820.70128.2290.1215.88
Hex44DE5F05246805a10
Octal411516137012210620013220
Binary10010011011110101111101010010100011010000000101101010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #044D0E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #044D0E; }

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

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

<style>
 a { background-color: #044D0E; }

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

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

<style>
 span { border-color: #044D0E; }

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

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