#043612

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

Shades of Deep Fir #043612

Tints of Deep Fir #043612

Color information

#043612 (or 0x043612) is unknown color: approx Deep Fir. HEX triplet: 04, 36 and 12. RGB value is (4,54,18). Sum of RGB (Red+Green+Blue) = 4+54+18=76 (10% of max value = 765). Red value is 4 (1.95% from 255 or 5.26% from 76); Green value is 54 (21.48% from 255 or 71.05% from 76); Blue value is 18 (7.42% from 255 or 23.68% from 76); Max value from RGB is 54 - color contains mainly: green. Hex color #043612 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #043612 is #FBC9ED. Grayscale: #232323. Windows color (decimal): -16501230 or 1193476. OLE color: 1193476.

HSL color Cylindrical-coordinate representation of color #043612: hue angle of 136.8º degrees, saturation: 0.86, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.21% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #043612 is Cyan = 0.93, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.79.

Color convert

RGB45418-
CMYK0.9300.670.79
HSL136.8º86.21%11.37%-
HSV(B)136.8º92.59%21.18%-
XYZ1.482.711.02-
YUV34.95118.44105.93-

RGB Variations

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

RGB

RED value IS 4 (1.95% from 255) = 5.26%
GREEN value IS 54 (21.48% from 255) = 71.05%
BLUE value IS 18 (7.42% from 255) = 23.68%
R=5.26%
G=71.05%
B=23.68%

CMYK

C (Cyan) values IS 0.93
M (Magenta) values IS 0
Y (Yellow) values IS 0.67
K (Black) values IS 0.79
SystemRedGreenBlueCMYKHSL
Decimal454180.9300.670.79136.886.2111.37
Hex436125D0434F8956b
Octal46622135010311721112613
Binary1001101101001010111010100001110011111000100110101101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #043612

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #043612; }

 p { color: rgb(4,54,18); }

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

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

 a { background-color: rgb(4,54,18); }

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

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

 span { border-color: rgb(4,54,18); }

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