#043011

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

Shades of Deep Fir #043011

Tints of Deep Fir #043011

Color information

#043011 (or 0x043011) is unknown color: approx Deep Fir. HEX triplet: 04, 30 and 11. RGB value is (4,48,17). Sum of RGB (Red+Green+Blue) = 4+48+17=69 (9% of max value = 765). Red value is 4 (1.95% from 255 or 5.80% from 69); Green value is 48 (19.14% from 255 or 69.57% from 69); Blue value is 17 (7.03% from 255 or 24.64% from 69); Max value from RGB is 48 - color contains mainly: green. Hex color #043011 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #043011 is #FBCFEE. Grayscale: #1F1F1F. Windows color (decimal): -16502767 or 1126404. OLE color: 1126404.

HSL color Cylindrical-coordinate representation of color #043011: hue angle of 137.73º 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 #043011 is Cyan = 0.92, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.81.

Color convert

RGB44817-
CMYK0.9200.650.81
HSL137.73º84.62%10.2%-
HSV(B)137.73º91.67%18.82%-
XYZ1.212.180.89-
YUV31.31119.92108.52-

RGB Variations

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

RGB

RED value IS 4 (1.95% from 255) = 5.80%
GREEN value IS 48 (19.14% from 255) = 69.57%
BLUE value IS 17 (7.03% from 255) = 24.64%
R=5.80%
G=69.57%
B=24.64%

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
Decimal448170.9200.650.81137.7384.6210.2
Hex430115C041518a55a
Octal46021134010112121212512
Binary1001100001000110111000100000110100011000101010101011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #043011

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #043011; }

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

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

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

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

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

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

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

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