Html Css Color HEX #04480F Deep Fir

📋 copy color: '#04480F'

red 4 ◦ green 72 ◦ blue 15

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

Shades of Deep Fir #04480F

Tints of Deep Fir #04480F

RGB

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

 GREEN value IS 72 (28.52% from 255) = 79.12%

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

R = 4.4%
G = 79.12%
B = 16.48%

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

#04480F (or 0x04480F) is known color: Deep Fir. HEX triplet: 04, 48 and 0F. RGB value is (4,72,15). Sum of RGB (Red+Green+Blue) = 4+72+15=91 (12% of max value = 765). Red value is 4 (1.95% from 255 or 4.40% from 91); Green value is 72 (28.52% from 255 or 79.12% from 91); Blue value is 15 (6.25% from 255 or 16.48% from 91); Max value from RGB is 72 - color contains mainly: green. Hex color #04480F is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #04480F is #FBB7F0. Grayscale: #2D2D2D. Windows color (decimal): -16496625 or 1001476. OLE color: 1001476.

HSL color Cylindrical-coordinate representation of color #04480F: hue angle of 129.71º 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 #04480F is Cyan = 0.94, Magento = 0, Yellow = 0.79 and Black (K on CMYK) = 0.72.

Color convert

RGB 4 72 15 -
CMYK 0.94 0 0.79 0.72
HSL 129.71º 0.89% 0.15% -
HSV(B) 129.71º 0.94% 0.28% -
XYZ 2.45 4.7 1.23 -
YUV 45.17 110.97 98.63 -
System Red Green Blue C M Y K H S L
Decimal 4 72 15 0.94 0 0.79 0.72 129.71 0.89 0.15
Hex 4 48 F 5E 0 4F 48 82 59 F
Octal 4 110 17 136 0 117 110 202 131 17
Binary 100 1001000 1111 1011110 0 1001111 1001000 10000010 1011001 1111

Color Harmonies of #04480F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #04480F

Black with #04480F

Text Example


Text Example

White with #04480F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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