#043A0C

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

Shades of Deep Fir #043A0C

Tints of Deep Fir #043A0C

Color information

#043A0C (or 0x043A0C) is unknown color: approx Deep Fir. HEX triplet: 04, 3A and 0C. RGB value is (4,58,12). Sum of RGB (Red+Green+Blue) = 4+58+12=74 (9% of max value = 765). Red value is 4 (1.95% from 255 or 5.41% from 74); Green value is 58 (23.05% from 255 or 78.38% from 74); Blue value is 12 (5.08% from 255 or 16.22% from 74); Max value from RGB is 58 - color contains mainly: green. Hex color #043A0C is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #043A0C is #FBC5F3. Grayscale: #242424. Windows color (decimal): -16500212 or 801284. OLE color: 801284.

HSL color Cylindrical-coordinate representation of color #043A0C: hue angle of 128.89º degrees, saturation: 0.87, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.23% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #043A0C is Cyan = 0.93, Magento = 0, Yellow = 0.79 and Black (K on CMYK) = 0.77.

Color convert

RGB45812-
CMYK0.9300.790.77
HSL128.89º87.1%12.16%-
HSV(B)128.89º93.1%22.75%-
XYZ1.633.080.86-
YUV36.61114.11104.74-

RGB Variations

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

RGB

RED value IS 4 (1.95% from 255) = 5.41%
GREEN value IS 58 (23.05% from 255) = 78.38%
BLUE value IS 12 (5.08% from 255) = 16.22%
R=5.41%
G=78.38%
B=16.22%

CMYK

C (Cyan) values IS 0.93
M (Magenta) values IS 0
Y (Yellow) values IS 0.79
K (Black) values IS 0.77
SystemRedGreenBlueCMYKHSL
Decimal458120.9300.790.77128.8987.112.16
Hex43AC5D04F4D8157c
Octal47214135011711520112714
Binary100111010110010111010100111110011011000000110101111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #043A0C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #043A0C; }

 p { color: rgb(4,58,12); }

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

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

 a { background-color: rgb(4,58,12); }

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

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

 span { border-color: rgb(4,58,12); }

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