#044002

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

Shades of Myrtle #044002

Tints of Myrtle #044002

Color information

#044002 (or 0x044002) is unknown color: approx Myrtle. HEX triplet: 04, 40 and 02. RGB value is (4,64,2). Sum of RGB (Red+Green+Blue) = 4+64+2=70 (9% of max value = 765). Red value is 4 (1.95% from 255 or 5.71% from 70); Green value is 64 (25.39% from 255 or 91.43% from 70); Blue value is 2 (1.17% from 255 or 2.86% from 70); Max value from RGB is 64 - color contains mainly: green. Hex color #044002 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #044002 is #FBBFFD. Grayscale: #272727. Windows color (decimal): -16498686 or 147460. OLE color: 147460.

HSL color Cylindrical-coordinate representation of color #044002: hue angle of 118.06º degrees, saturation: 0.94, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #044002 is Cyan = 0.94, Magento = 0, Yellow = 0.97 and Black (K on CMYK) = 0.75.

Color convert

RGB4642-
CMYK0.9400.970.75
HSL118.06º93.94%12.94%-
HSV(B)118.06º96.88%25.1%-
XYZ1.893.70.67-
YUV38.99107.12103.04-

RGB Variations

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

RGB

RED value IS 4 (1.95% from 255) = 5.71%
GREEN value IS 64 (25.39% from 255) = 91.43%
BLUE value IS 2 (1.17% from 255) = 2.86%
R=5.71%
G=91.43%
B=2.86%

CMYK

C (Cyan) values IS 0.94
M (Magenta) values IS 0
Y (Yellow) values IS 0.97
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal46420.9400.970.75118.0693.9412.94
Hex44025E0614B765ed
Octal41002136014111316613615
Binary1001000000101011110011000011001011111011010111101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #044002

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #044002; }

 p { color: rgb(4,64,2); }

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

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

 a { background-color: rgb(4,64,2); }

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

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

 span { border-color: rgb(4,64,2); }

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