#04400D

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

Shades of Deep Fir #04400D

Tints of Deep Fir #04400D

Color information

#04400D (or 0x04400D) is unknown color: approx Deep Fir. HEX triplet: 04, 40 and 0D. RGB value is (4,64,13). Sum of RGB (Red+Green+Blue) = 4+64+13=81 (10% of max value = 765). Red value is 4 (1.95% from 255 or 4.94% from 81); Green value is 64 (25.39% from 255 or 79.01% from 81); Blue value is 13 (5.47% from 255 or 16.05% from 81); Max value from RGB is 64 - color contains mainly: green. Hex color #04400D is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #04400D is #FBBFF2. Grayscale: #282828. Windows color (decimal): -16498675 or 868356. OLE color: 868356.

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

Color convert

RGB46413-
CMYK0.9400.800.75
HSL129º88.24%13.33%-
HSV(B)129º93.75%25.1%-
XYZ1.963.721-
YUV40.25112.62102.15-

RGB Variations

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

RGB

RED value IS 4 (1.95% from 255) = 4.94%
GREEN value IS 64 (25.39% from 255) = 79.01%
BLUE value IS 13 (5.47% from 255) = 16.05%
R=4.94%
G=79.01%
B=16.05%

CMYK

C (Cyan) values IS 0.94
M (Magenta) values IS 0
Y (Yellow) values IS 0.80
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal464130.9400.800.7512988.2413.33
Hex440D5E0504B8158d
Octal410015136012011320113015
Binary1001000000110110111100101000010010111000000110110001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #04400D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #04400D; }

 p { color: rgb(4,64,13); }

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

<style>
 a { background-color: #04400D; }

 a { background-color: rgb(4,64,13); }

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

<style>
 span { border-color: #04400D; }

 span { border-color: rgb(4,64,13); }

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