Html Css Color HEX #044012 Deep Fir

📋 copy color: '#044012'

red 4 ◦ green 64 ◦ blue 18

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

Shades of Deep Fir #044012

Tints of Deep Fir #044012

RGB

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

 GREEN value IS 64 (25.39% from 255) = 74.42%

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

R = 4.65%
G = 74.42%
B = 20.93%

CMYK

 C value IS 0.94

 M value IS 0

 Y value IS 0.72

 K value IS 0.75

RGB Variations

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

Color information

#044012 (or 0x044012) is known color: Deep Fir. HEX triplet: 04, 40 and 12. RGB value is (4,64,18). Sum of RGB (Red+Green+Blue) = 4+64+18=86 (11% of max value = 765). Red value is 4 (1.95% from 255 or 4.65% from 86); Green value is 64 (25.39% from 255 or 74.42% from 86); Blue value is 18 (7.42% from 255 or 20.93% from 86); Max value from RGB is 64 - color contains mainly: green. Hex color #044012 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #044012 is #FBBFED. Grayscale: #282828. Windows color (decimal): -16498670 or 1196036. OLE color: 1196036.

HSL color Cylindrical-coordinate representation of color #044012: hue angle of 134º degrees, saturation: 0.88, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #044012 is Cyan = 0.94, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.75.

Color convert

RGB 4 64 18 -
CMYK 0.94 0 0.72 0.75
HSL 134º 0.88% 0.13% -
HSV(B) 134º 0.94% 0.25% -
XYZ 1.99 3.74 1.19 -
YUV 40.82 115.12 101.74 -
System Red Green Blue C M Y K H S L
Decimal 4 64 18 0.94 0 0.72 0.75 134 0.88 0.13
Hex 4 40 12 5E 0 48 4B 86 58 D
Octal 4 100 22 136 0 110 113 206 130 15
Binary 100 1000000 10010 1011110 0 1001000 1001011 10000110 1011000 1101

Color Harmonies of #044012

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #044012

Black with #044012

Text Example


Text Example

White with #044012

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #044012; }

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

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

background-color css

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

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

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

border-color css

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

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

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