#04490F

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

Shades of Deep Fir #04490F

Tints of Deep Fir #04490F

Color information

#04490F (or 0x04490F) is unknown color: approx Deep Fir. HEX triplet: 04, 49 and 0F. RGB value is (4,73,15). Sum of RGB (Red+Green+Blue) = 4+73+15=92 (12% of max value = 765). Red value is 4 (1.95% from 255 or 4.35% from 92); Green value is 73 (28.91% from 255 or 79.35% from 92); Blue value is 15 (6.25% from 255 or 16.30% from 92); Max value from RGB is 73 - color contains mainly: green. Hex color #04490F is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #04490F is #FBB6F0. Grayscale: #2D2D2D. Windows color (decimal): -16496369 or 1001732. OLE color: 1001732.

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

Color convert

RGB47315-
CMYK0.9500.790.71
HSL129.57º89.61%15.1%-
HSV(B)129.57º94.52%28.63%-
XYZ2.524.831.25-
YUV45.76110.6498.22-

RGB Variations

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

RGB

RED value IS 4 (1.95% from 255) = 4.35%
GREEN value IS 73 (28.91% from 255) = 79.35%
BLUE value IS 15 (6.25% from 255) = 16.30%
R=4.35%
G=79.35%
B=16.30%

CMYK

C (Cyan) values IS 0.95
M (Magenta) values IS 0
Y (Yellow) values IS 0.79
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal473150.9500.790.71129.5789.6115.1
Hex449F5F04F47825af
Octal411117137011710720213217
Binary1001001001111110111110100111110001111000001010110101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #04490F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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