#043111

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

Shades of Deep Fir #043111

Tints of Deep Fir #043111

Color information

#043111 (or 0x043111) is unknown color: approx Deep Fir. HEX triplet: 04, 31 and 11. RGB value is (4,49,17). Sum of RGB (Red+Green+Blue) = 4+49+17=70 (9% of max value = 765). Red value is 4 (1.95% from 255 or 5.71% from 70); Green value is 49 (19.53% from 255 or 70% from 70); Blue value is 17 (7.03% from 255 or 24.29% from 70); Max value from RGB is 49 - color contains mainly: green. Hex color #043111 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #043111 is #FBCEEE. Grayscale: #1F1F1F. Windows color (decimal): -16502511 or 1126660. OLE color: 1126660.

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

Color convert

RGB44917-
CMYK0.9200.650.81
HSL137.33º84.91%10.39%-
HSV(B)137.33º91.84%19.22%-
XYZ1.252.260.9-
YUV31.9119.59108.1-

RGB Variations

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

RGB

RED value IS 4 (1.95% from 255) = 5.71%
GREEN value IS 49 (19.53% from 255) = 70%
BLUE value IS 17 (7.03% from 255) = 24.29%
R=5.71%
G=70%
B=24.29%

CMYK

C (Cyan) values IS 0.92
M (Magenta) values IS 0
Y (Yellow) values IS 0.65
K (Black) values IS 0.81
SystemRedGreenBlueCMYKHSL
Decimal449170.9200.650.81137.3384.9110.39
Hex431115C041518955a
Octal46121134010112121112512
Binary1001100011000110111000100000110100011000100110101011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #043111

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #043111; }

 p { color: rgb(4,49,17); }

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

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

 a { background-color: rgb(4,49,17); }

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

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

 span { border-color: rgb(4,49,17); }

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