#03460F

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

Shades of Deep Fir #03460F

Tints of Deep Fir #03460F

Color information

#03460F (or 0x03460F) is unknown color: approx Deep Fir. HEX triplet: 03, 46 and 0F. RGB value is (3,70,15). Sum of RGB (Red+Green+Blue) = 3+70+15=88 (11% of max value = 765). Red value is 3 (1.56% from 255 or 3.41% from 88); Green value is 70 (27.73% from 255 or 79.55% from 88); Blue value is 15 (6.25% from 255 or 17.05% from 88); Max value from RGB is 70 - color contains mainly: green. Hex color #03460F is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #03460F is #FCB9F0. Grayscale: #2B2B2B. Windows color (decimal): -16562673 or 1000963. OLE color: 1000963.

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

Color convert

RGB37015-
CMYK0.9600.790.73
HSL130.75º91.78%14.31%-
HSV(B)130.75º95.71%27.45%-
XYZ2.314.431.19-
YUV43.7111.898.97-

RGB Variations

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

RGB

RED value IS 3 (1.56% from 255) = 3.41%
GREEN value IS 70 (27.73% from 255) = 79.55%
BLUE value IS 15 (6.25% from 255) = 17.05%
R=3.41%
G=79.55%
B=17.05%

CMYK

C (Cyan) values IS 0.96
M (Magenta) values IS 0
Y (Yellow) values IS 0.79
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal370150.9600.790.73130.7591.7814.31
Hex346F6004F49835ce
Octal310617140011711120313416
Binary111000110111111000000100111110010011000001110111001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #03460F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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