#04310D

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

Shades of Deep Fir #04310D

Tints of Deep Fir #04310D

Color information

#04310D (or 0x04310D) is unknown color: approx Deep Fir. HEX triplet: 04, 31 and 0D. RGB value is (4,49,13). Sum of RGB (Red+Green+Blue) = 4+49+13=66 (8% of max value = 765). Red value is 4 (1.95% from 255 or 6.06% from 66); Green value is 49 (19.53% from 255 or 74.24% from 66); Blue value is 13 (5.47% from 255 or 19.70% from 66); Max value from RGB is 49 - color contains mainly: green. Hex color #04310D is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #04310D is #FBCEF2. Grayscale: #1F1F1F. Windows color (decimal): -16502515 or 864516. OLE color: 864516.

HSL color Cylindrical-coordinate representation of color #04310D: hue angle of 132º degrees, saturation: 0.85, lightness: 0.1%. HSV value (or HSB Brightness) of color is 0.19% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #04310D is Cyan = 0.92, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.81.

Color convert

RGB44913-
CMYK0.9200.730.81
HSL132º84.91%10.39%-
HSV(B)132º91.84%19.22%-
XYZ1.222.250.75-
YUV31.44117.59108.43-

RGB Variations

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

RGB

RED value IS 4 (1.95% from 255) = 6.06%
GREEN value IS 49 (19.53% from 255) = 74.24%
BLUE value IS 13 (5.47% from 255) = 19.70%
R=6.06%
G=74.24%
B=19.70%

CMYK

C (Cyan) values IS 0.92
M (Magenta) values IS 0
Y (Yellow) values IS 0.73
K (Black) values IS 0.81
SystemRedGreenBlueCMYKHSL
Decimal449130.9200.730.8113284.9110.39
Hex431D5C049518455a
Octal46115134011112120412512
Binary100110001110110111000100100110100011000010010101011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #04310D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #04310D; }

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

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

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

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

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

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

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

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