#044C00

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

Shades of Myrtle #044C00

Tints of Myrtle #044C00

Color information

#044C00 (or 0x044C00) is unknown color: approx Myrtle. HEX triplet: 04, 4C and 00. RGB value is (4,76,0). Sum of RGB (Red+Green+Blue) = 4+76+0=80 (10% of max value = 765). Red value is 4 (1.95% from 255 or 5% from 80); Green value is 76 (30.08% from 255 or 95% from 80); Blue value is 0 (0.39% from 255 or 0% from 80); Max value from RGB is 76 - color contains mainly: green. Hex color #044C00 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #044C00 is #FBB3FF. Grayscale: #2E2E2E. Windows color (decimal): -16495616 or 19460. OLE color: 19460.

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

Color convert

RGB4760-
CMYK0.95010.70
HSL116.84º100%14.9%-
HSV(B)116.84º100%29.8%-
XYZ2.635.190.86-
YUV45.81102.1598.18-

RGB Variations

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

RGB

RED value IS 4 (1.95% from 255) = 5%
GREEN value IS 76 (30.08% from 255) = 95%
BLUE value IS 0 (0.39% from 255) = 0%
R=5%
G=95%
B=0%

CMYK

C (Cyan) values IS 0.95
M (Magenta) values IS 0
Y (Yellow) values IS 1
K (Black) values IS 0.70
SystemRedGreenBlueCMYKHSL
Decimal47600.95010.70116.8410014.9
Hex44C05F064467564f
Octal41140137014410616514417
Binary100100110001011111011001001000110111010111001001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #044C00

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(4,76,0); }

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

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

 a { background-color: rgb(4,76,0); }

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

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

 span { border-color: rgb(4,76,0); }

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