#04310F

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

Shades of Deep Fir #04310F

Tints of Deep Fir #04310F

Color information

#04310F (or 0x04310F) is unknown color: approx Deep Fir. HEX triplet: 04, 31 and 0F. RGB value is (4,49,15). Sum of RGB (Red+Green+Blue) = 4+49+15=68 (9% of max value = 765). Red value is 4 (1.95% from 255 or 5.88% from 68); Green value is 49 (19.53% from 255 or 72.06% from 68); Blue value is 15 (6.25% from 255 or 22.06% from 68); Max value from RGB is 49 - color contains mainly: green. Hex color #04310F is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #04310F is #FBCEF0. Grayscale: #1F1F1F. Windows color (decimal): -16502513 or 995588. OLE color: 995588.

HSL color Cylindrical-coordinate representation of color #04310F: hue angle of 134.67º 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 #04310F is Cyan = 0.92, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.81.

Color convert

RGB44915-
CMYK0.9200.690.81
HSL134.67º84.91%10.39%-
HSV(B)134.67º91.84%19.22%-
XYZ1.232.260.82-
YUV31.67118.59108.26-

RGB Variations

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

RGB

RED value IS 4 (1.95% from 255) = 5.88%
GREEN value IS 49 (19.53% from 255) = 72.06%
BLUE value IS 15 (6.25% from 255) = 22.06%
R=5.88%
G=72.06%
B=22.06%

CMYK

C (Cyan) values IS 0.92
M (Magenta) values IS 0
Y (Yellow) values IS 0.69
K (Black) values IS 0.81
SystemRedGreenBlueCMYKHSL
Decimal449150.9200.690.81134.6784.9110.39
Hex431F5C045518755a
Octal46117134010512120712512
Binary100110001111110111000100010110100011000011110101011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #04310F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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