#043F14

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

Shades of Deep Fir #043F14

Tints of Deep Fir #043F14

Color information

#043F14 (or 0x043F14) is unknown color: approx Deep Fir. HEX triplet: 04, 3F and 14. RGB value is (4,63,20). Sum of RGB (Red+Green+Blue) = 4+63+20=87 (11% of max value = 765). Red value is 4 (1.95% from 255 or 4.60% from 87); Green value is 63 (25% from 255 or 72.41% from 87); Blue value is 20 (8.20% from 255 or 22.99% from 87); Max value from RGB is 63 - color contains mainly: green. Hex color #043F14 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #043F14 is #FBC0EB. Grayscale: #282828. Windows color (decimal): -16498924 or 1326852. OLE color: 1326852.

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

Color convert

RGB46320-
CMYK0.9400.680.75
HSL136.27º88.06%13.14%-
HSV(B)136.27º93.65%24.71%-
XYZ1.953.631.26-
YUV40.46116.45102-

RGB Variations

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

RGB

RED value IS 4 (1.95% from 255) = 4.60%
GREEN value IS 63 (25% from 255) = 72.41%
BLUE value IS 20 (8.20% from 255) = 22.99%
R=4.60%
G=72.41%
B=22.99%

CMYK

C (Cyan) values IS 0.94
M (Magenta) values IS 0
Y (Yellow) values IS 0.68
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal463200.9400.680.75136.2788.0613.14
Hex43F145E0444B8858d
Octal47724136010411321013015
Binary1001111111010010111100100010010010111000100010110001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #043F14

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #043F14; }

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

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

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

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

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

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

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

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