#044602

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

Shades of Myrtle #044602

Tints of Myrtle #044602

Color information

#044602 (or 0x044602) is unknown color: approx Myrtle. HEX triplet: 04, 46 and 02. RGB value is (4,70,2). Sum of RGB (Red+Green+Blue) = 4+70+2=76 (10% of max value = 765). Red value is 4 (1.95% from 255 or 5.26% from 76); Green value is 70 (27.73% from 255 or 92.11% from 76); Blue value is 2 (1.17% from 255 or 2.63% from 76); Max value from RGB is 70 - color contains mainly: green. Hex color #044602 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #044602 is #FBB9FD. Grayscale: #2A2A2A. Windows color (decimal): -16497150 or 148996. OLE color: 148996.

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

Color convert

RGB4702-
CMYK0.9400.970.73
HSL118.24º94.44%14.12%-
HSV(B)118.24º97.14%27.45%-
XYZ2.254.410.79-
YUV42.51105.13100.53-

RGB Variations

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

RGB

RED value IS 4 (1.95% from 255) = 5.26%
GREEN value IS 70 (27.73% from 255) = 92.11%
BLUE value IS 2 (1.17% from 255) = 2.63%
R=5.26%
G=92.11%
B=2.63%

CMYK

C (Cyan) values IS 0.94
M (Magenta) values IS 0
Y (Yellow) values IS 0.97
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal47020.9400.970.73118.2494.4414.12
Hex44625E06149765ee
Octal41062136014111116613616
Binary1001000110101011110011000011001001111011010111101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #044602

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #044602; }

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

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

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

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

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

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

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

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