#044A0A

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

Shades of Myrtle #044A0A

Tints of Myrtle #044A0A

Color information

#044A0A (or 0x044A0A) is unknown color: approx Myrtle. HEX triplet: 04, 4A and 0A. RGB value is (4,74,10). Sum of RGB (Red+Green+Blue) = 4+74+10=88 (11% of max value = 765). Red value is 4 (1.95% from 255 or 4.55% from 88); Green value is 74 (29.30% from 255 or 84.09% from 88); Blue value is 10 (4.30% from 255 or 11.36% from 88); Max value from RGB is 74 - color contains mainly: green. Hex color #044A0A is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #044A0A is #FBB5F5. Grayscale: #2D2D2D. Windows color (decimal): -16496118 or 674308. OLE color: 674308.

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

Color convert

RGB47410-
CMYK0.9500.860.71
HSL125.14º89.74%15.29%-
HSV(B)125.14º94.59%29.02%-
XYZ2.554.951.11-
YUV45.77107.8198.2-

RGB Variations

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

RGB

RED value IS 4 (1.95% from 255) = 4.55%
GREEN value IS 74 (29.30% from 255) = 84.09%
BLUE value IS 10 (4.30% from 255) = 11.36%
R=4.55%
G=84.09%
B=11.36%

CMYK

C (Cyan) values IS 0.95
M (Magenta) values IS 0
Y (Yellow) values IS 0.86
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal474100.9500.860.71125.1489.7415.29
Hex44AA5F056477d5af
Octal411212137012610717513217
Binary100100101010101011111010101101000111111110110110101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #044A0A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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