#04410F

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

Shades of Deep Fir #04410F

Tints of Deep Fir #04410F

Color information

#04410F (or 0x04410F) is unknown color: approx Deep Fir. HEX triplet: 04, 41 and 0F. RGB value is (4,65,15). Sum of RGB (Red+Green+Blue) = 4+65+15=84 (11% of max value = 765). Red value is 4 (1.95% from 255 or 4.76% from 84); Green value is 65 (25.78% from 255 or 77.38% from 84); Blue value is 15 (6.25% from 255 or 17.86% from 84); Max value from RGB is 65 - color contains mainly: green. Hex color #04410F is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #04410F is #FBBEF0. Grayscale: #292929. Windows color (decimal): -16498417 or 999684. OLE color: 999684.

HSL color Cylindrical-coordinate representation of color #04410F: hue angle of 130.82º degrees, saturation: 0.88, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #04410F is Cyan = 0.94, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.75.

Color convert

RGB46515-
CMYK0.9400.770.75
HSL130.82º88.41%13.53%-
HSV(B)130.82º93.85%25.49%-
XYZ2.033.841.09-
YUV41.06113.29101.57-

RGB Variations

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

RGB

RED value IS 4 (1.95% from 255) = 4.76%
GREEN value IS 65 (25.78% from 255) = 77.38%
BLUE value IS 15 (6.25% from 255) = 17.86%
R=4.76%
G=77.38%
B=17.86%

CMYK

C (Cyan) values IS 0.94
M (Magenta) values IS 0
Y (Yellow) values IS 0.77
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal465150.9400.770.75130.8288.4113.53
Hex441F5E04D4B8358e
Octal410117136011511320313016
Binary1001000001111110111100100110110010111000001110110001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #04410F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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