#043312

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

Shades of Deep Fir #043312

Tints of Deep Fir #043312

Color information

#043312 (or 0x043312) is unknown color: approx Deep Fir. HEX triplet: 04, 33 and 12. RGB value is (4,51,18). Sum of RGB (Red+Green+Blue) = 4+51+18=73 (9% of max value = 765). Red value is 4 (1.95% from 255 or 5.48% from 73); Green value is 51 (20.31% from 255 or 69.86% from 73); Blue value is 18 (7.42% from 255 or 24.66% from 73); Max value from RGB is 51 - color contains mainly: green. Hex color #043312 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #043312 is #FBCCED. Grayscale: #212121. Windows color (decimal): -16501998 or 1192708. OLE color: 1192708.

HSL color Cylindrical-coordinate representation of color #043312: hue angle of 137.87º degrees, saturation: 0.85, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #043312 is Cyan = 0.92, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.8.

Color convert

RGB45118-
CMYK0.9200.650.8
HSL137.87º85.45%10.78%-
HSV(B)137.87º92.16%20%-
XYZ1.342.440.97-
YUV33.18119.43107.18-

RGB Variations

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

RGB

RED value IS 4 (1.95% from 255) = 5.48%
GREEN value IS 51 (20.31% from 255) = 69.86%
BLUE value IS 18 (7.42% from 255) = 24.66%
R=5.48%
G=69.86%
B=24.66%

CMYK

C (Cyan) values IS 0.92
M (Magenta) values IS 0
Y (Yellow) values IS 0.65
K (Black) values IS 0.8
SystemRedGreenBlueCMYKHSL
Decimal451180.9200.650.8137.8785.4510.78
Hex433125C041508a55b
Octal46322134010112021212513
Binary1001100111001010111000100000110100001000101010101011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #043312

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #043312; }

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

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

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

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

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

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

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

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