Html Css Color HEX #044514 Deep Fir

📋 copy color: '#044514'

red 4 ◦ green 69 ◦ blue 20

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

Shades of Deep Fir #044514

Tints of Deep Fir #044514

RGB

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

 GREEN value IS 69 (27.34% from 255) = 74.19%

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

R = 4.3%
G = 74.19%
B = 21.51%

CMYK

 C value IS 0.94

 M value IS 0

 Y value IS 0.71

 K value IS 0.73

RGB Variations

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

Color information

#044514 (or 0x044514) is known color: Deep Fir. HEX triplet: 04, 45 and 14. RGB value is (4,69,20). Sum of RGB (Red+Green+Blue) = 4+69+20=93 (12% of max value = 765). Red value is 4 (1.95% from 255 or 4.30% from 93); Green value is 69 (27.34% from 255 or 74.19% from 93); Blue value is 20 (8.20% from 255 or 21.51% from 93); Max value from RGB is 69 - color contains mainly: green. Hex color #044514 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #044514 is #FBBAEB. Grayscale: #2C2C2C. Windows color (decimal): -16497388 or 1328388. OLE color: 1328388.

HSL color Cylindrical-coordinate representation of color #044514: hue angle of 134.77º degrees, saturation: 0.89, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #044514 is Cyan = 0.94, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.73.

Color convert

RGB 4 69 20 -
CMYK 0.94 0 0.71 0.73
HSL 134.77º 0.89% 0.14% -
HSV(B) 134.77º 0.94% 0.27% -
XYZ 2.3 4.33 1.38 -
YUV 43.98 114.47 99.48 -
System Red Green Blue C M Y K H S L
Decimal 4 69 20 0.94 0 0.71 0.73 134.77 0.89 0.14
Hex 4 45 14 5E 0 47 49 87 59 E
Octal 4 105 24 136 0 107 111 207 131 16
Binary 100 1000101 10100 1011110 0 1000111 1001001 10000111 1011001 1110

Color Harmonies of #044514

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #044514

Black with #044514

Text Example


Text Example

White with #044514

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #044514; }

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

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

background-color css

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

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

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

border-color css

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

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

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