#04490D

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

Shades of Myrtle #04490D

Tints of Myrtle #04490D

Color information

#04490D (or 0x04490D) is unknown color: approx Myrtle. HEX triplet: 04, 49 and 0D. RGB value is (4,73,13). Sum of RGB (Red+Green+Blue) = 4+73+13=90 (11% of max value = 765). Red value is 4 (1.95% from 255 or 4.44% from 90); Green value is 73 (28.91% from 255 or 81.11% from 90); Blue value is 13 (5.47% from 255 or 14.44% from 90); Max value from RGB is 73 - color contains mainly: green. Hex color #04490D is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #04490D is #FBB6F2. Grayscale: #2D2D2D. Windows color (decimal): -16496371 or 870660. OLE color: 870660.

HSL color Cylindrical-coordinate representation of color #04490D: hue angle of 127.83º 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 #04490D is Cyan = 0.95, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.71.

Color convert

RGB47313-
CMYK0.9500.820.71
HSL127.83º89.61%15.1%-
HSV(B)127.83º94.52%28.63%-
XYZ2.514.821.18-
YUV45.53109.6498.38-

RGB Variations

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

RGB

RED value IS 4 (1.95% from 255) = 4.44%
GREEN value IS 73 (28.91% from 255) = 81.11%
BLUE value IS 13 (5.47% from 255) = 14.44%
R=4.44%
G=81.11%
B=14.44%

CMYK

C (Cyan) values IS 0.95
M (Magenta) values IS 0
Y (Yellow) values IS 0.82
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal473130.9500.820.71127.8389.6115.1
Hex449D5F05247805af
Octal411115137012210720013217
Binary1001001001110110111110101001010001111000000010110101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #04490D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #04490D; }

 p { color: rgb(4,73,13); }

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

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

 a { background-color: rgb(4,73,13); }

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

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

 span { border-color: rgb(4,73,13); }

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