#034211

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

Shades of Deep Fir #034211

Tints of Deep Fir #034211

Color information

#034211 (or 0x034211) is unknown color: approx Deep Fir. HEX triplet: 03, 42 and 11. RGB value is (3,66,17). Sum of RGB (Red+Green+Blue) = 3+66+17=86 (11% of max value = 765). Red value is 3 (1.56% from 255 or 3.49% from 86); Green value is 66 (26.17% from 255 or 76.74% from 86); Blue value is 17 (7.03% from 255 or 19.77% from 86); Max value from RGB is 66 - color contains mainly: green. Hex color #034211 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #034211 is #FCBDEE. Grayscale: #292929. Windows color (decimal): -16563695 or 1131011. OLE color: 1131011.

HSL color Cylindrical-coordinate representation of color #034211: hue angle of 133.33º degrees, saturation: 0.91, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #034211 is Cyan = 0.95, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.74.

Color convert

RGB36617-
CMYK0.9500.740.74
HSL133.33º91.3%13.53%-
HSV(B)133.33º95.45%25.88%-
XYZ2.093.961.18-
YUV41.58114.13100.48-

RGB Variations

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

RGB

RED value IS 3 (1.56% from 255) = 3.49%
GREEN value IS 66 (26.17% from 255) = 76.74%
BLUE value IS 17 (7.03% from 255) = 19.77%
R=3.49%
G=76.74%
B=19.77%

CMYK

C (Cyan) values IS 0.95
M (Magenta) values IS 0
Y (Yellow) values IS 0.74
K (Black) values IS 0.74
SystemRedGreenBlueCMYKHSL
Decimal366170.9500.740.74133.3391.313.53
Hex342115F04A4A855be
Octal310221137011211220513316
Binary1110000101000110111110100101010010101000010110110111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #034211

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #034211; }

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

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

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

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

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

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

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

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