#043F0D

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

Shades of Deep Fir #043F0D

Tints of Deep Fir #043F0D

Color information

#043F0D (or 0x043F0D) is unknown color: approx Deep Fir. HEX triplet: 04, 3F and 0D. RGB value is (4,63,13). Sum of RGB (Red+Green+Blue) = 4+63+13=80 (10% of max value = 765). Red value is 4 (1.95% from 255 or 5% from 80); Green value is 63 (25% from 255 or 78.75% from 80); Blue value is 13 (5.47% from 255 or 16.25% from 80); Max value from RGB is 63 - color contains mainly: green. Hex color #043F0D is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #043F0D is #FBC0F2. Grayscale: #272727. Windows color (decimal): -16498931 or 868100. OLE color: 868100.

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

Color convert

RGB46313-
CMYK0.9400.790.75
HSL129.15º88.06%13.14%-
HSV(B)129.15º93.65%24.71%-
XYZ1.93.610.98-
YUV39.66112.95102.57-

RGB Variations

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

RGB

RED value IS 4 (1.95% from 255) = 5%
GREEN value IS 63 (25% from 255) = 78.75%
BLUE value IS 13 (5.47% from 255) = 16.25%
R=5%
G=78.75%
B=16.25%

CMYK

C (Cyan) values IS 0.94
M (Magenta) values IS 0
Y (Yellow) values IS 0.79
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal463130.9400.790.75129.1588.0613.14
Hex43FD5E04F4B8158d
Octal47715136011711320113015
Binary100111111110110111100100111110010111000000110110001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #043F0D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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