#034611

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

Shades of Deep Fir #034611

Tints of Deep Fir #034611

Color information

#034611 (or 0x034611) is unknown color: approx Deep Fir. HEX triplet: 03, 46 and 11. RGB value is (3,70,17). Sum of RGB (Red+Green+Blue) = 3+70+17=90 (11% of max value = 765). Red value is 3 (1.56% from 255 or 3.33% from 90); Green value is 70 (27.73% from 255 or 77.78% from 90); Blue value is 17 (7.03% from 255 or 18.89% from 90); Max value from RGB is 70 - color contains mainly: green. Hex color #034611 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #034611 is #FCB9EE. Grayscale: #2C2C2C. Windows color (decimal): -16562671 or 1132035. OLE color: 1132035.

HSL color Cylindrical-coordinate representation of color #034611: hue angle of 132.54º 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 #034611 is Cyan = 0.96, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.73.

Color convert

RGB37017-
CMYK0.9600.760.73
HSL132.54º91.78%14.31%-
HSV(B)132.54º95.71%27.45%-
XYZ2.334.441.26-
YUV43.92112.898.81-

RGB Variations

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

RGB

RED value IS 3 (1.56% from 255) = 3.33%
GREEN value IS 70 (27.73% from 255) = 77.78%
BLUE value IS 17 (7.03% from 255) = 18.89%
R=3.33%
G=77.78%
B=18.89%

CMYK

C (Cyan) values IS 0.96
M (Magenta) values IS 0
Y (Yellow) values IS 0.76
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal370170.9600.760.73132.5491.7814.31
Hex346116004C49855ce
Octal310621140011411120513416
Binary1110001101000111000000100110010010011000010110111001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #034611

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #034611; }

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

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

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

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

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

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

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

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