#044714

Color #044714 Deep Fir (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Deep Fir #044714

Tints of Deep Fir #044714

Color information

#044714 (or 0x044714) is unknown color: approx Deep Fir. HEX triplet: 04, 47 and 14. RGB value is (4,71,20). Sum of RGB (Red+Green+Blue) = 4+71+20=95 (12% of max value = 765). Red value is 4 (1.95% from 255 or 4.21% from 95); Green value is 71 (28.12% from 255 or 74.74% from 95); Blue value is 20 (8.20% from 255 or 21.05% from 95); Max value from RGB is 71 - color contains mainly: green. Hex color #044714 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #044714 is #FBB8EB. Grayscale: #2D2D2D. Windows color (decimal): -16496876 or 1328900. OLE color: 1328900.

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

Color convert

RGB47120-
CMYK0.9400.720.72
HSL134.33º89.33%14.71%-
HSV(B)134.33º94.37%27.84%-
XYZ2.434.581.42-
YUV45.15113.898.65-

RGB Variations

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

RGB

RED value IS 4 (1.95% from 255) = 4.21%
GREEN value IS 71 (28.12% from 255) = 74.74%
BLUE value IS 20 (8.20% from 255) = 21.05%
R=4.21%
G=74.74%
B=21.05%

CMYK

C (Cyan) values IS 0.94
M (Magenta) values IS 0
Y (Yellow) values IS 0.72
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal471200.9400.720.72134.3389.3314.71
Hex447145E048488659f
Octal410724136011011020613117
Binary10010001111010010111100100100010010001000011010110011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #044714

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #044714; }

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

 H1.HeaderClassName
 {
   color: #044714;
 }
 .AnyTagClassName
 {
   color: #044714;
 }
</style>
background-color css

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

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

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

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

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

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