#034512

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

Shades of Deep Fir #034512

Tints of Deep Fir #034512

Color information

#034512 (or 0x034512) is unknown color: approx Deep Fir. HEX triplet: 03, 45 and 12. RGB value is (3,69,18). Sum of RGB (Red+Green+Blue) = 3+69+18=90 (11% of max value = 765). Red value is 3 (1.56% from 255 or 3.33% from 90); Green value is 69 (27.34% from 255 or 76.67% from 90); Blue value is 18 (7.42% from 255 or 20% from 90); Max value from RGB is 69 - color contains mainly: green. Hex color #034512 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #034512 is #FCBAED. Grayscale: #2B2B2B. Windows color (decimal): -16562926 or 1197315. OLE color: 1197315.

HSL color Cylindrical-coordinate representation of color #034512: hue angle of 133.64º degrees, saturation: 0.92, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #034512 is Cyan = 0.96, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.73.

Color convert

RGB36918-
CMYK0.9600.740.73
HSL133.64º91.67%14.12%-
HSV(B)133.64º95.65%27.06%-
XYZ2.274.321.29-
YUV43.45113.6399.15-

RGB Variations

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

RGB

RED value IS 3 (1.56% from 255) = 3.33%
GREEN value IS 69 (27.34% from 255) = 76.67%
BLUE value IS 18 (7.42% from 255) = 20%
R=3.33%
G=76.67%
B=20%

CMYK

C (Cyan) values IS 0.96
M (Magenta) values IS 0
Y (Yellow) values IS 0.74
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal369180.9600.740.73133.6491.6714.12
Hex345126004A49865ce
Octal310522140011211120613416
Binary1110001011001011000000100101010010011000011010111001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #034512

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #034512; }

 p { color: rgb(3,69,18); }

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

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

 a { background-color: rgb(3,69,18); }

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

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

 span { border-color: rgb(3,69,18); }

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