Html Css Color HEX #044E12 Deep Fir

📋 copy color: '#044E12'

red 4 ◦ green 78 ◦ blue 18

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

Shades of Deep Fir #044E12

Tints of Deep Fir #044E12

RGB

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

 GREEN value IS 78 (30.86% from 255) = 78%

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

R = 4%
G = 78%
B = 18%

CMYK

 C value IS 0.95

 M value IS 0

 Y value IS 0.77

 K value IS 0.69

RGB Variations

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

Color information

#044E12 (or 0x044E12) is known color: Deep Fir. HEX triplet: 04, 4E and 12. RGB value is (4,78,18). Sum of RGB (Red+Green+Blue) = 4+78+18=100 (13% of max value = 765). Red value is 4 (1.95% from 255 or 4% from 100); Green value is 78 (30.86% from 255 or 78% from 100); Blue value is 18 (7.42% from 255 or 18% from 100); Max value from RGB is 78 - color contains mainly: green. Hex color #044E12 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #044E12 is #FBB1ED. Grayscale: #313131. Windows color (decimal): -16495086 or 1199620. OLE color: 1199620.

HSL color Cylindrical-coordinate representation of color #044E12: hue angle of 131.35º degrees, saturation: 0.9, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #044E12 is Cyan = 0.95, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.69.

Color convert

RGB 4 78 18 -
CMYK 0.95 0 0.77 0.69
HSL 131.35º 0.9% 0.16% -
HSV(B) 131.35º 0.95% 0.31% -
XYZ 2.88 5.52 1.49 -
YUV 49.03 110.48 95.88 -
System Red Green Blue C M Y K H S L
Decimal 4 78 18 0.95 0 0.77 0.69 131.35 0.9 0.16
Hex 4 4E 12 5F 0 4D 45 83 5A 10
Octal 4 116 22 137 0 115 105 203 132 20
Binary 100 1001110 10010 1011111 0 1001101 1000101 10000011 1011010 10000

Color Harmonies of #044E12

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #044E12

Black with #044E12

Text Example


Text Example

White with #044E12

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #044E12; }

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

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

background-color css

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

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

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

border-color css

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

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

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