#04470F

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

Shades of Deep Fir #04470F

Tints of Deep Fir #04470F

Color information

#04470F (or 0x04470F) is unknown color: approx Deep Fir. HEX triplet: 04, 47 and 0F. RGB value is (4,71,15). Sum of RGB (Red+Green+Blue) = 4+71+15=90 (11% of max value = 765). Red value is 4 (1.95% from 255 or 4.44% from 90); Green value is 71 (28.12% from 255 or 78.89% from 90); Blue value is 15 (6.25% from 255 or 16.67% from 90); Max value from RGB is 71 - color contains mainly: green. Hex color #04470F is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #04470F is #FBB8F0. Grayscale: #2C2C2C. Windows color (decimal): -16496881 or 1001220. OLE color: 1001220.

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

Color convert

RGB47115-
CMYK0.9400.790.72
HSL129.85º89.33%14.71%-
HSV(B)129.85º94.37%27.84%-
XYZ2.394.571.21-
YUV44.58111.399.05-

RGB Variations

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

RGB

RED value IS 4 (1.95% from 255) = 4.44%
GREEN value IS 71 (28.12% from 255) = 78.89%
BLUE value IS 15 (6.25% from 255) = 16.67%
R=4.44%
G=78.89%
B=16.67%

CMYK

C (Cyan) values IS 0.94
M (Magenta) values IS 0
Y (Yellow) values IS 0.79
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal471150.9400.790.72129.8589.3314.71
Hex447F5E04F488259f
Octal410717136011711020213117
Binary1001000111111110111100100111110010001000001010110011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #04470F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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