#034710

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

Shades of Deep Fir #034710

Tints of Deep Fir #034710

Color information

#034710 (or 0x034710) is unknown color: approx Deep Fir. HEX triplet: 03, 47 and 10. RGB value is (3,71,16). Sum of RGB (Red+Green+Blue) = 3+71+16=90 (11% of max value = 765). Red value is 3 (1.56% from 255 or 3.33% from 90); Green value is 71 (28.12% from 255 or 78.89% from 90); Blue value is 16 (6.64% from 255 or 17.78% from 90); Max value from RGB is 71 - color contains mainly: green. Hex color #034710 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #034710 is #FCB8EF. Grayscale: #2C2C2C. Windows color (decimal): -16562416 or 1066755. OLE color: 1066755.

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

Color convert

RGB37116-
CMYK0.9600.770.72
HSL131.47º91.89%14.51%-
HSV(B)131.47º95.77%27.84%-
XYZ2.384.561.25-
YUV44.4111.9798.47-

RGB Variations

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

RGB

RED value IS 3 (1.56% from 255) = 3.33%
GREEN value IS 71 (28.12% from 255) = 78.89%
BLUE value IS 16 (6.64% from 255) = 17.78%
R=3.33%
G=78.89%
B=17.78%

CMYK

C (Cyan) values IS 0.96
M (Magenta) values IS 0
Y (Yellow) values IS 0.77
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal371160.9600.770.72131.4791.8914.51
Hex347106004D48835cf
Octal310720140011511020313417
Binary1110001111000011000000100110110010001000001110111001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #034710

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #034710; }

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

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

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

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

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

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

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

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