#034E10

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

Shades of Deep Fir #034E10

Tints of Deep Fir #034E10

Color information

#034E10 (or 0x034E10) is unknown color: approx Deep Fir. HEX triplet: 03, 4E and 10. RGB value is (3,78,16). Sum of RGB (Red+Green+Blue) = 3+78+16=97 (12% of max value = 765). Red value is 3 (1.56% from 255 or 3.09% from 97); Green value is 78 (30.86% from 255 or 80.41% from 97); Blue value is 16 (6.64% from 255 or 16.49% from 97); Max value from RGB is 78 - color contains mainly: green. Hex color #034E10 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #034E10 is #FCB1EF. Grayscale: #303030. Windows color (decimal): -16560624 or 1068547. OLE color: 1068547.

HSL color Cylindrical-coordinate representation of color #034E10: hue angle of 130.4º degrees, saturation: 0.93, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #034E10 is Cyan = 0.96, Magento = 0, Yellow = 0.79 and Black (K on CMYK) = 0.69.

Color convert

RGB37816-
CMYK0.9600.790.69
HSL130.4º92.59%15.88%-
HSV(B)130.4º96.15%30.59%-
XYZ2.865.511.4-
YUV48.51109.6595.54-

RGB Variations

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

RGB

RED value IS 3 (1.56% from 255) = 3.09%
GREEN value IS 78 (30.86% from 255) = 80.41%
BLUE value IS 16 (6.64% from 255) = 16.49%
R=3.09%
G=80.41%
B=16.49%

CMYK

C (Cyan) values IS 0.96
M (Magenta) values IS 0
Y (Yellow) values IS 0.79
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal378160.9600.790.69130.492.5915.88
Hex34E106004F45825d10
Octal311620140011710520213520
Binary11100111010000110000001001111100010110000010101110110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #034E10

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #034E10; }

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

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

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

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

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

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

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

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