Html Css Color HEX #044814 Deep Fir

📋 copy color: '#044814'

red 4 ◦ green 72 ◦ blue 20

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

Shades of Deep Fir #044814

Tints of Deep Fir #044814

RGB

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

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

 BLUE value IS 20 (8.2% from 255) = 20.83%

R = 4.17%
G = 75%
B = 20.83%

CMYK

 C value IS 0.94

 M value IS 0

 Y value IS 0.72

 K value IS 0.72

RGB Variations

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

Color information

#044814 (or 0x044814) is known color: Deep Fir. HEX triplet: 04, 48 and 14. RGB value is (4,72,20). Sum of RGB (Red+Green+Blue) = 4+72+20=96 (12% of max value = 765). Red value is 4 (1.95% from 255 or 4.17% from 96); Green value is 72 (28.52% from 255 or 75% from 96); Blue value is 20 (8.20% from 255 or 20.83% from 96); Max value from RGB is 72 - color contains mainly: green. Hex color #044814 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #044814 is #FBB7EB. Grayscale: #2D2D2D. Windows color (decimal): -16496620 or 1329156. OLE color: 1329156.

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

Color convert

RGB 4 72 20 -
CMYK 0.94 0 0.72 0.72
HSL 134.12º 0.89% 0.15% -
HSV(B) 134.12º 0.94% 0.28% -
XYZ 2.49 4.71 1.44 -
YUV 45.74 113.47 98.23 -
System Red Green Blue C M Y K H S L
Decimal 4 72 20 0.94 0 0.72 0.72 134.12 0.89 0.15
Hex 4 48 14 5E 0 48 48 86 59 F
Octal 4 110 24 136 0 110 110 206 131 17
Binary 100 1001000 10100 1011110 0 1001000 1001000 10000110 1011001 1111

Color Harmonies of #044814

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #044814

Black with #044814

Text Example


Text Example

White with #044814

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #044814; }

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

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

background-color css

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

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

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

border-color css

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

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

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