Html Css Color HEX #04400D Deep Fir

📋 copy color: '#04400D'

red 4 ◦ green 64 ◦ blue 13

#04400D
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Deep Fir #04400D

Tints of Deep Fir #04400D

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 value IS 0.94

 M value IS 0

 Y value IS 0.80

 K value IS 0.75

RGB Variations

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

Color information

#04400D (or 0x04400D) is known color: 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

RGB 4 64 13 -
CMYK 0.94 0 0.80 0.75
HSL 129º 0.88% 0.13% -
HSV(B) 129º 0.94% 0.25% -
XYZ 1.96 3.72 1 -
YUV 40.25 112.62 102.15 -
System Red Green Blue C M Y K H S L
Decimal 4 64 13 0.94 0 0.80 0.75 129 0.88 0.13
Hex 4 40 D 5E 0 50 4B 81 58 D
Octal 4 100 15 136 0 120 113 201 130 15
Binary 100 1000000 1101 1011110 0 1010000 1001011 10000001 1011000 1101

Color Harmonies of #04400D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #04400D

Black with #04400D

Text Example


Text Example

White with #04400D

Text Example


Text Example

HTML Codes & Css Web 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>