#044A00

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

Shades of Myrtle #044A00

Tints of Myrtle #044A00

Color information

#044A00 (or 0x044A00) is unknown color: approx Myrtle. HEX triplet: 04, 4A and 00. RGB value is (4,74,0). Sum of RGB (Red+Green+Blue) = 4+74+0=78 (10% of max value = 765). Red value is 4 (1.95% from 255 or 5.13% from 78); Green value is 74 (29.30% from 255 or 94.87% from 78); Blue value is 0 (0.39% from 255 or 0% from 78); Max value from RGB is 74 - color contains mainly: green. Hex color #044A00 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #044A00 is #FBB5FF. Grayscale: #2C2C2C. Windows color (decimal): -16496128 or 18948. OLE color: 18948.

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

Color convert

RGB4740-
CMYK0.95010.71
HSL116.76º100%14.51%-
HSV(B)116.76º100%29.02%-
XYZ2.54.920.82-
YUV44.63102.8199.02-

RGB Variations

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

RGB

RED value IS 4 (1.95% from 255) = 5.13%
GREEN value IS 74 (29.30% from 255) = 94.87%
BLUE value IS 0 (0.39% from 255) = 0%
R=5.13%
G=94.87%
B=0%

CMYK

C (Cyan) values IS 0.95
M (Magenta) values IS 0
Y (Yellow) values IS 1
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal47400.95010.71116.7610014.51
Hex44A05F064477564f
Octal41120137014410716514417
Binary100100101001011111011001001000111111010111001001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #044A00

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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