#034C10

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

Shades of Deep Fir #034C10

Tints of Deep Fir #034C10

Color information

#034C10 (or 0x034C10) is unknown color: approx Deep Fir. HEX triplet: 03, 4C and 10. RGB value is (3,76,16). Sum of RGB (Red+Green+Blue) = 3+76+16=95 (12% of max value = 765). Red value is 3 (1.56% from 255 or 3.16% from 95); Green value is 76 (30.08% from 255 or 80% from 95); Blue value is 16 (6.64% from 255 or 16.84% from 95); Max value from RGB is 76 - color contains mainly: green. Hex color #034C10 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #034C10 is #FCB3EF. Grayscale: #2F2F2F. Windows color (decimal): -16561136 or 1068035. OLE color: 1068035.

HSL color Cylindrical-coordinate representation of color #034C10: hue angle of 130.68º degrees, saturation: 0.92, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #034C10 is Cyan = 0.96, Magento = 0, Yellow = 0.79 and Black (K on CMYK) = 0.70.

Color convert

RGB37616-
CMYK0.9600.790.70
HSL130.68º92.41%15.49%-
HSV(B)130.68º96.05%29.8%-
XYZ2.725.231.36-
YUV47.33110.3296.38-

RGB Variations

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

RGB

RED value IS 3 (1.56% from 255) = 3.16%
GREEN value IS 76 (30.08% from 255) = 80%
BLUE value IS 16 (6.64% from 255) = 16.84%
R=3.16%
G=80%
B=16.84%

CMYK

C (Cyan) values IS 0.96
M (Magenta) values IS 0
Y (Yellow) values IS 0.79
K (Black) values IS 0.70
SystemRedGreenBlueCMYKHSL
Decimal376160.9600.790.70130.6892.4115.49
Hex34C106004F46835cf
Octal311420140011710620313417
Binary1110011001000011000000100111110001101000001110111001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #034C10

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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