#044E0C

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

Shades of Myrtle #044E0C

Tints of Myrtle #044E0C

Color information

#044E0C (or 0x044E0C) is unknown color: approx Myrtle. HEX triplet: 04, 4E and 0C. RGB value is (4,78,12). Sum of RGB (Red+Green+Blue) = 4+78+12=94 (12% of max value = 765). Red value is 4 (1.95% from 255 or 4.26% from 94); Green value is 78 (30.86% from 255 or 82.98% from 94); Blue value is 12 (5.08% from 255 or 12.77% from 94); Max value from RGB is 78 - color contains mainly: green. Hex color #044E0C is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #044E0C is #FBB1F3. Grayscale: #303030. Windows color (decimal): -16495092 or 806404. OLE color: 806404.

HSL color Cylindrical-coordinate representation of color #044E0C: hue angle of 126.49º degrees, saturation: 0.9, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #044E0C is Cyan = 0.95, Magento = 0, Yellow = 0.85 and Black (K on CMYK) = 0.69.

Color convert

RGB47812-
CMYK0.9500.850.69
HSL126.49º90.24%16.08%-
HSV(B)126.49º94.87%30.59%-
XYZ2.845.51.26-
YUV48.35107.4896.37-

RGB Variations

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

RGB

RED value IS 4 (1.95% from 255) = 4.26%
GREEN value IS 78 (30.86% from 255) = 82.98%
BLUE value IS 12 (5.08% from 255) = 12.77%
R=4.26%
G=82.98%
B=12.77%

CMYK

C (Cyan) values IS 0.95
M (Magenta) values IS 0
Y (Yellow) values IS 0.85
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal478120.9500.850.69126.4990.2416.08
Hex44EC5F055457e5a10
Octal411614137012510517613220
Binary1001001110110010111110101010110001011111110101101010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #044E0C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(4,78,12); }

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

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

 a { background-color: rgb(4,78,12); }

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

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

 span { border-color: rgb(4,78,12); }

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