Html Css Color HEX #044712 Deep Fir

📋 copy color: '#044712'

red 4 ◦ green 71 ◦ blue 18

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

Shades of Deep Fir #044712

Tints of Deep Fir #044712

RGB

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

 GREEN value IS 71 (28.13% from 255) = 76.34%

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

R = 4.3%
G = 76.34%
B = 19.35%

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

#044712 (or 0x044712) is known color: Deep Fir. HEX triplet: 04, 47 and 12. RGB value is (4,71,18). Sum of RGB (Red+Green+Blue) = 4+71+18=93 (12% of max value = 765). Red value is 4 (1.95% from 255 or 4.30% from 93); Green value is 71 (28.12% from 255 or 76.34% from 93); Blue value is 18 (7.42% from 255 or 19.35% from 93); Max value from RGB is 71 - color contains mainly: green. Hex color #044712 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #044712 is #FBB8ED. Grayscale: #2D2D2D. Windows color (decimal): -16496878 or 1197828. OLE color: 1197828.

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

Color convert

RGB 4 71 18 -
CMYK 0.94 0 0.75 0.72
HSL 132.54º 0.89% 0.15% -
HSV(B) 132.54º 0.94% 0.28% -
XYZ 2.41 4.58 1.33 -
YUV 44.93 112.8 98.81 -
System Red Green Blue C M Y K H S L
Decimal 4 71 18 0.94 0 0.75 0.72 132.54 0.89 0.15
Hex 4 47 12 5E 0 4B 48 85 59 F
Octal 4 107 22 136 0 113 110 205 131 17
Binary 100 1000111 10010 1011110 0 1001011 1001000 10000101 1011001 1111

Color Harmonies of #044712

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #044712

Black with #044712

Text Example


Text Example

White with #044712

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #044712; }

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

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

background-color css

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

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

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

border-color css

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

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

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