#044D0C

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

Shades of Myrtle #044D0C

Tints of Myrtle #044D0C

Color information

#044D0C (or 0x044D0C) is unknown color: approx Myrtle. HEX triplet: 04, 4D and 0C. RGB value is (4,77,12). Sum of RGB (Red+Green+Blue) = 4+77+12=93 (12% of max value = 765). Red value is 4 (1.95% from 255 or 4.30% from 93); Green value is 77 (30.47% from 255 or 82.80% from 93); Blue value is 12 (5.08% from 255 or 12.90% from 93); Max value from RGB is 77 - color contains mainly: green. Hex color #044D0C is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #044D0C is #FBB2F3. Grayscale: #2F2F2F. Windows color (decimal): -16495348 or 806148. OLE color: 806148.

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

Color convert

RGB47712-
CMYK0.9500.840.70
HSL126.58º90.12%15.88%-
HSV(B)126.58º94.81%30.2%-
XYZ2.775.361.24-
YUV47.76107.8296.79-

RGB Variations

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

RGB

RED value IS 4 (1.95% from 255) = 4.30%
GREEN value IS 77 (30.47% from 255) = 82.80%
BLUE value IS 12 (5.08% from 255) = 12.90%
R=4.30%
G=82.80%
B=12.90%

CMYK

C (Cyan) values IS 0.95
M (Magenta) values IS 0
Y (Yellow) values IS 0.84
K (Black) values IS 0.70
SystemRedGreenBlueCMYKHSL
Decimal477120.9500.840.70126.5890.1215.88
Hex44DC5F054467f5a10
Octal411514137012410617713220
Binary1001001101110010111110101010010001101111111101101010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #044D0C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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