#044D0F

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

Shades of Myrtle #044D0F

Tints of Myrtle #044D0F

Color information

#044D0F (or 0x044D0F) is unknown color: approx Myrtle. HEX triplet: 04, 4D and 0F. RGB value is (4,77,15). Sum of RGB (Red+Green+Blue) = 4+77+15=96 (12% of max value = 765). Red value is 4 (1.95% from 255 or 4.17% from 96); Green value is 77 (30.47% from 255 or 80.21% from 96); Blue value is 15 (6.25% from 255 or 15.62% from 96); Max value from RGB is 77 - color contains mainly: green. Hex color #044D0F is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #044D0F is #FBB2F0. Grayscale: #303030. Windows color (decimal): -16495345 or 1002756. OLE color: 1002756.

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

Color convert

RGB47715-
CMYK0.9500.810.70
HSL129.04º90.12%15.88%-
HSV(B)129.04º94.81%30.2%-
XYZ2.795.371.34-
YUV48.1109.3296.54-

RGB Variations

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

RGB

RED value IS 4 (1.95% from 255) = 4.17%
GREEN value IS 77 (30.47% from 255) = 80.21%
BLUE value IS 15 (6.25% from 255) = 15.62%
R=4.17%
G=80.21%
B=15.62%

CMYK

C (Cyan) values IS 0.95
M (Magenta) values IS 0
Y (Yellow) values IS 0.81
K (Black) values IS 0.70
SystemRedGreenBlueCMYKHSL
Decimal477150.9500.810.70129.0490.1215.88
Hex44DF5F05146815a10
Octal411517137012110620113220
Binary10010011011111101111101010001100011010000001101101010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #044D0F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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