#034411

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

Shades of Deep Fir #034411

Tints of Deep Fir #034411

Color information

#034411 (or 0x034411) is unknown color: approx Deep Fir. HEX triplet: 03, 44 and 11. RGB value is (3,68,17). Sum of RGB (Red+Green+Blue) = 3+68+17=88 (11% of max value = 765). Red value is 3 (1.56% from 255 or 3.41% from 88); Green value is 68 (26.95% from 255 or 77.27% from 88); Blue value is 17 (7.03% from 255 or 19.32% from 88); Max value from RGB is 68 - color contains mainly: green. Hex color #034411 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #034411 is #FCBBEE. Grayscale: #2A2A2A. Windows color (decimal): -16563183 or 1131523. OLE color: 1131523.

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

Color convert

RGB36817-
CMYK0.9600.750.73
HSL132.92º91.55%13.92%-
HSV(B)132.92º95.59%26.67%-
XYZ2.214.191.22-
YUV42.75113.4799.65-

RGB Variations

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

RGB

RED value IS 3 (1.56% from 255) = 3.41%
GREEN value IS 68 (26.95% from 255) = 77.27%
BLUE value IS 17 (7.03% from 255) = 19.32%
R=3.41%
G=77.27%
B=19.32%

CMYK

C (Cyan) values IS 0.96
M (Magenta) values IS 0
Y (Yellow) values IS 0.75
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal368170.9600.750.73132.9291.5513.92
Hex344116004B49855ce
Octal310421140011311120513416
Binary1110001001000111000000100101110010011000010110111001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #034411

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #034411; }

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

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

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

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

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

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

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

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