#04460F

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

Shades of Deep Fir #04460F

Tints of Deep Fir #04460F

Color information

#04460F (or 0x04460F) is unknown color: approx Deep Fir. HEX triplet: 04, 46 and 0F. RGB value is (4,70,15). Sum of RGB (Red+Green+Blue) = 4+70+15=89 (11% of max value = 765). Red value is 4 (1.95% from 255 or 4.49% from 89); Green value is 70 (27.73% from 255 or 78.65% from 89); Blue value is 15 (6.25% from 255 or 16.85% from 89); Max value from RGB is 70 - color contains mainly: green. Hex color #04460F is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #04460F is #FBB9F0. Grayscale: #2C2C2C. Windows color (decimal): -16497137 or 1000964. OLE color: 1000964.

HSL color Cylindrical-coordinate representation of color #04460F: hue angle of 130º degrees, saturation: 0.89, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #04460F is Cyan = 0.94, Magento = 0, Yellow = 0.79 and Black (K on CMYK) = 0.73.

Color convert

RGB47015-
CMYK0.9400.790.73
HSL130º89.19%14.51%-
HSV(B)130º94.29%27.45%-
XYZ2.334.441.19-
YUV44111.6399.47-

RGB Variations

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

RGB

RED value IS 4 (1.95% from 255) = 4.49%
GREEN value IS 70 (27.73% from 255) = 78.65%
BLUE value IS 15 (6.25% from 255) = 16.85%
R=4.49%
G=78.65%
B=16.85%

CMYK

C (Cyan) values IS 0.94
M (Magenta) values IS 0
Y (Yellow) values IS 0.79
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal470150.9400.790.7313089.1914.51
Hex446F5E04F498259f
Octal410617136011711120213117
Binary1001000110111110111100100111110010011000001010110011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #04460F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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