#043F12

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

Shades of Deep Fir #043F12

Tints of Deep Fir #043F12

Color information

#043F12 (or 0x043F12) is unknown color: approx Deep Fir. HEX triplet: 04, 3F and 12. RGB value is (4,63,18). Sum of RGB (Red+Green+Blue) = 4+63+18=85 (11% of max value = 765). Red value is 4 (1.95% from 255 or 4.71% from 85); Green value is 63 (25% from 255 or 74.12% from 85); Blue value is 18 (7.42% from 255 or 21.18% from 85); Max value from RGB is 63 - color contains mainly: green. Hex color #043F12 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #043F12 is #FBC0ED. Grayscale: #282828. Windows color (decimal): -16498926 or 1195780. OLE color: 1195780.

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

Color convert

RGB46318-
CMYK0.9400.710.75
HSL134.24º88.06%13.14%-
HSV(B)134.24º93.65%24.71%-
XYZ1.943.621.17-
YUV40.23115.45102.16-

RGB Variations

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

RGB

RED value IS 4 (1.95% from 255) = 4.71%
GREEN value IS 63 (25% from 255) = 74.12%
BLUE value IS 18 (7.42% from 255) = 21.18%
R=4.71%
G=74.12%
B=21.18%

CMYK

C (Cyan) values IS 0.94
M (Magenta) values IS 0
Y (Yellow) values IS 0.71
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal463180.9400.710.75134.2488.0613.14
Hex43F125E0474B8658d
Octal47722136010711320613015
Binary1001111111001010111100100011110010111000011010110001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #043F12

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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