#034711

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

Shades of Deep Fir #034711

Tints of Deep Fir #034711

Color information

#034711 (or 0x034711) is unknown color: approx Deep Fir. HEX triplet: 03, 47 and 11. RGB value is (3,71,17). Sum of RGB (Red+Green+Blue) = 3+71+17=91 (12% of max value = 765). Red value is 3 (1.56% from 255 or 3.30% from 91); Green value is 71 (28.12% from 255 or 78.02% from 91); Blue value is 17 (7.03% from 255 or 18.68% from 91); Max value from RGB is 71 - color contains mainly: green. Hex color #034711 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #034711 is #FCB8EE. Grayscale: #2C2C2C. Windows color (decimal): -16562415 or 1132291. OLE color: 1132291.

HSL color Cylindrical-coordinate representation of color #034711: hue angle of 132.35º degrees, saturation: 0.92, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #034711 is Cyan = 0.96, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.72.

Color convert

RGB37117-
CMYK0.9600.760.72
HSL132.35º91.89%14.51%-
HSV(B)132.35º95.77%27.84%-
XYZ2.394.571.29-
YUV44.51112.4798.39-

RGB Variations

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

RGB

RED value IS 3 (1.56% from 255) = 3.30%
GREEN value IS 71 (28.12% from 255) = 78.02%
BLUE value IS 17 (7.03% from 255) = 18.68%
R=3.30%
G=78.02%
B=18.68%

CMYK

C (Cyan) values IS 0.96
M (Magenta) values IS 0
Y (Yellow) values IS 0.76
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal371170.9600.760.72132.3591.8914.51
Hex347116004C48845cf
Octal310721140011411020413417
Binary1110001111000111000000100110010010001000010010111001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #034711

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #034711; }

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

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

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

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

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

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

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

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