#04490B

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

Shades of Myrtle #04490B

Tints of Myrtle #04490B

Color information

#04490B (or 0x04490B) is unknown color: approx Myrtle. HEX triplet: 04, 49 and 0B. RGB value is (4,73,11). Sum of RGB (Red+Green+Blue) = 4+73+11=88 (11% of max value = 765). Red value is 4 (1.95% from 255 or 4.55% from 88); Green value is 73 (28.91% from 255 or 82.95% from 88); Blue value is 11 (4.69% from 255 or 12.5% from 88); Max value from RGB is 73 - color contains mainly: green. Hex color #04490B is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #04490B is #FBB6F4. Grayscale: #2D2D2D. Windows color (decimal): -16496373 or 739588. OLE color: 739588.

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

Color convert

RGB47311-
CMYK0.9500.850.71
HSL126.09º89.61%15.1%-
HSV(B)126.09º94.52%28.63%-
XYZ2.494.821.11-
YUV45.3108.6498.54-

RGB Variations

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

RGB

RED value IS 4 (1.95% from 255) = 4.55%
GREEN value IS 73 (28.91% from 255) = 82.95%
BLUE value IS 11 (4.69% from 255) = 12.5%
R=4.55%
G=82.95%
B=12.5%

CMYK

C (Cyan) values IS 0.95
M (Magenta) values IS 0
Y (Yellow) values IS 0.85
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal473110.9500.850.71126.0989.6115.1
Hex449B5F055477e5af
Octal411113137012510717613217
Binary100100100110111011111010101011000111111111010110101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #04490B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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