Html Css Color HEX #044812 Deep Fir

📋 copy color: '#044812'

red 4 ◦ green 72 ◦ blue 18

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

Shades of Deep Fir #044812

Tints of Deep Fir #044812

RGB

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

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

 BLUE value IS 18 (7.42% from 255) = 19.15%

R = 4.26%
G = 76.6%
B = 19.15%

CMYK

 C value IS 0.94

 M value IS 0

 Y value IS 0.75

 K value IS 0.72

RGB Variations

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

Color information

#044812 (or 0x044812) is known color: Deep Fir. HEX triplet: 04, 48 and 12. RGB value is (4,72,18). Sum of RGB (Red+Green+Blue) = 4+72+18=94 (12% of max value = 765). Red value is 4 (1.95% from 255 or 4.26% from 94); Green value is 72 (28.52% from 255 or 76.60% from 94); Blue value is 18 (7.42% from 255 or 19.15% from 94); Max value from RGB is 72 - color contains mainly: green. Hex color #044812 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #044812 is #FBB7ED. Grayscale: #2D2D2D. Windows color (decimal): -16496622 or 1198084. OLE color: 1198084.

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

Color convert

RGB 4 72 18 -
CMYK 0.94 0 0.75 0.72
HSL 132.35º 0.89% 0.15% -
HSV(B) 132.35º 0.94% 0.28% -
XYZ 2.48 4.7 1.35 -
YUV 45.51 112.47 98.39 -
System Red Green Blue C M Y K H S L
Decimal 4 72 18 0.94 0 0.75 0.72 132.35 0.89 0.15
Hex 4 48 12 5E 0 4B 48 84 59 F
Octal 4 110 22 136 0 113 110 204 131 17
Binary 100 1001000 10010 1011110 0 1001011 1001000 10000100 1011001 1111

Color Harmonies of #044812

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #044812

Black with #044812

Text Example


Text Example

White with #044812

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #044812; }

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

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

background-color css

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

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

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

border-color css

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

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

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