Html Css Color HEX #04470F Deep Fir

📋 copy color: '#04470F'

red 4 ◦ green 71 ◦ blue 15

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

Shades of Deep Fir #04470F

Tints of Deep Fir #04470F

RGB

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

 GREEN value IS 71 (28.13% 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 value IS 0.94

 M value IS 0

 Y value IS 0.79

 K value IS 0.72

RGB Variations

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

Color information

#04470F (or 0x04470F) is known color: 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

RGB 4 71 15 -
CMYK 0.94 0 0.79 0.72
HSL 129.85º 0.89% 0.15% -
HSV(B) 129.85º 0.94% 0.28% -
XYZ 2.39 4.57 1.21 -
YUV 44.58 111.3 99.05 -
System Red Green Blue C M Y K H S L
Decimal 4 71 15 0.94 0 0.79 0.72 129.85 0.89 0.15
Hex 4 47 F 5E 0 4F 48 82 59 F
Octal 4 107 17 136 0 117 110 202 131 17
Binary 100 1000111 1111 1011110 0 1001111 1001000 10000010 1011001 1111

Color Harmonies of #04470F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #04470F

Black with #04470F

Text Example


Text Example

White with #04470F

Text Example


Text Example

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