#044502

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

Shades of Myrtle #044502

Tints of Myrtle #044502

Color information

#044502 (or 0x044502) is unknown color: approx Myrtle. HEX triplet: 04, 45 and 02. RGB value is (4,69,2). Sum of RGB (Red+Green+Blue) = 4+69+2=75 (9% of max value = 765). Red value is 4 (1.95% from 255 or 5.33% from 75); Green value is 69 (27.34% from 255 or 92% from 75); Blue value is 2 (1.17% from 255 or 2.67% from 75); Max value from RGB is 69 - color contains mainly: green. Hex color #044502 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #044502 is #FBBAFD. Grayscale: #2A2A2A. Windows color (decimal): -16497406 or 148740. OLE color: 148740.

HSL color Cylindrical-coordinate representation of color #044502: hue angle of 118.21º 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 #044502 is Cyan = 0.94, Magento = 0, Yellow = 0.97 and Black (K on CMYK) = 0.73.

Color convert

RGB4692-
CMYK0.9400.970.73
HSL118.21º94.37%13.92%-
HSV(B)118.21º97.1%27.06%-
XYZ2.194.290.77-
YUV41.93105.47100.95-

RGB Variations

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

RGB

RED value IS 4 (1.95% from 255) = 5.33%
GREEN value IS 69 (27.34% from 255) = 92%
BLUE value IS 2 (1.17% from 255) = 2.67%
R=5.33%
G=92%
B=2.67%

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
Decimal46920.9400.970.73118.2194.3713.92
Hex44525E06149765ee
Octal41052136014111116613616
Binary1001000101101011110011000011001001111011010111101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #044502

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #044502; }

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

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

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

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

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

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

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

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