Html Css Color HEX #04420F Deep Fir

📋 copy color: '#04420F'

red 4 ◦ green 66 ◦ blue 15

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

Shades of Deep Fir #04420F

Tints of Deep Fir #04420F

RGB

 RED value IS 4 (1.95% from 255) = 4.71%

 GREEN value IS 66 (26.17% from 255) = 77.65%

 BLUE value IS 15 (6.25% from 255) = 17.65%

R = 4.71%
G = 77.65%
B = 17.65%

CMYK

 C value IS 0.94

 M value IS 0

 Y value IS 0.77

 K value IS 0.74

RGB Variations

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

Color information

#04420F (or 0x04420F) is known color: Deep Fir. HEX triplet: 04, 42 and 0F. RGB value is (4,66,15). Sum of RGB (Red+Green+Blue) = 4+66+15=85 (11% of max value = 765). Red value is 4 (1.95% from 255 or 4.71% from 85); Green value is 66 (26.17% from 255 or 77.65% from 85); Blue value is 15 (6.25% from 255 or 17.65% from 85); Max value from RGB is 66 - color contains mainly: green. Hex color #04420F is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #04420F is #FBBDF0. Grayscale: #292929. Windows color (decimal): -16498161 or 999940. OLE color: 999940.

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

Color convert

RGB 4 66 15 -
CMYK 0.94 0 0.77 0.74
HSL 130.65º 0.89% 0.14% -
HSV(B) 130.65º 0.94% 0.26% -
XYZ 2.08 3.96 1.11 -
YUV 41.65 112.96 101.15 -
System Red Green Blue C M Y K H S L
Decimal 4 66 15 0.94 0 0.77 0.74 130.65 0.89 0.14
Hex 4 42 F 5E 0 4D 4A 83 59 E
Octal 4 102 17 136 0 115 112 203 131 16
Binary 100 1000010 1111 1011110 0 1001101 1001010 10000011 1011001 1110

Color Harmonies of #04420F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #04420F

Black with #04420F

Text Example


Text Example

White with #04420F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #04420F;
 }
 .AnyTagClassName
 {
   color: #04420F;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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