#034210

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

Shades of Deep Fir #034210

Tints of Deep Fir #034210

Color information

#034210 (or 0x034210) is unknown color: approx Deep Fir. HEX triplet: 03, 42 and 10. RGB value is (3,66,16). Sum of RGB (Red+Green+Blue) = 3+66+16=85 (11% of max value = 765). Red value is 3 (1.56% from 255 or 3.53% from 85); Green value is 66 (26.17% from 255 or 77.65% from 85); Blue value is 16 (6.64% from 255 or 18.82% from 85); Max value from RGB is 66 - color contains mainly: green. Hex color #034210 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #034210 is #FCBDEF. Grayscale: #292929. Windows color (decimal): -16563696 or 1065475. OLE color: 1065475.

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

Color convert

RGB36616-
CMYK0.9500.760.74
HSL132.38º91.3%13.53%-
HSV(B)132.38º95.45%25.88%-
XYZ2.083.951.14-
YUV41.46113.63100.57-

RGB Variations

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

RGB

RED value IS 3 (1.56% from 255) = 3.53%
GREEN value IS 66 (26.17% from 255) = 77.65%
BLUE value IS 16 (6.64% from 255) = 18.82%
R=3.53%
G=77.65%
B=18.82%

CMYK

C (Cyan) values IS 0.95
M (Magenta) values IS 0
Y (Yellow) values IS 0.76
K (Black) values IS 0.74
SystemRedGreenBlueCMYKHSL
Decimal366160.9500.760.74132.3891.313.53
Hex342105F04C4A845be
Octal310220137011411220413316
Binary1110000101000010111110100110010010101000010010110111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #034210

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #034210; }

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

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

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

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

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

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

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

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