#03490F

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

Shades of Deep Fir #03490F

Tints of Deep Fir #03490F

Color information

#03490F (or 0x03490F) is unknown color: approx Deep Fir. HEX triplet: 03, 49 and 0F. RGB value is (3,73,15). Sum of RGB (Red+Green+Blue) = 3+73+15=91 (12% of max value = 765). Red value is 3 (1.56% from 255 or 3.30% from 91); Green value is 73 (28.91% from 255 or 80.22% from 91); Blue value is 15 (6.25% from 255 or 16.48% from 91); Max value from RGB is 73 - color contains mainly: green. Hex color #03490F is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #03490F is #FCB6F0. Grayscale: #2D2D2D. Windows color (decimal): -16561905 or 1001731. OLE color: 1001731.

HSL color Cylindrical-coordinate representation of color #03490F: hue angle of 130.29º degrees, saturation: 0.92, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #03490F is Cyan = 0.96, Magento = 0, Yellow = 0.79 and Black (K on CMYK) = 0.71.

Color convert

RGB37315-
CMYK0.9600.790.71
HSL130.29º92.11%14.9%-
HSV(B)130.29º95.89%28.63%-
XYZ2.514.821.25-
YUV45.46110.8197.72-

RGB Variations

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

RGB

RED value IS 3 (1.56% from 255) = 3.30%
GREEN value IS 73 (28.91% from 255) = 80.22%
BLUE value IS 15 (6.25% from 255) = 16.48%
R=3.30%
G=80.22%
B=16.48%

CMYK

C (Cyan) values IS 0.96
M (Magenta) values IS 0
Y (Yellow) values IS 0.79
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal373150.9600.790.71130.2992.1114.9
Hex349F6004F47825cf
Octal311117140011710720213417
Binary111001001111111000000100111110001111000001010111001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #03490F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(3,73,15); }

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

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

 a { background-color: rgb(3,73,15); }

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

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

 span { border-color: rgb(3,73,15); }

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