#043B0F

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

Shades of Deep Fir #043B0F

Tints of Deep Fir #043B0F

Color information

#043B0F (or 0x043B0F) is unknown color: approx Deep Fir. HEX triplet: 04, 3B and 0F. RGB value is (4,59,15). Sum of RGB (Red+Green+Blue) = 4+59+15=78 (10% of max value = 765). Red value is 4 (1.95% from 255 or 5.13% from 78); Green value is 59 (23.44% from 255 or 75.64% from 78); Blue value is 15 (6.25% from 255 or 19.23% from 78); Max value from RGB is 59 - color contains mainly: green. Hex color #043B0F is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #043B0F is #FBC4F0. Grayscale: #252525. Windows color (decimal): -16499953 or 998148. OLE color: 998148.

HSL color Cylindrical-coordinate representation of color #043B0F: hue angle of 132º 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 #043B0F is Cyan = 0.93, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.77.

Color convert

RGB45915-
CMYK0.9300.750.77
HSL132º87.3%12.35%-
HSV(B)132º93.22%23.14%-
XYZ1.73.190.98-
YUV37.54115.28104.08-

RGB Variations

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

RGB

RED value IS 4 (1.95% from 255) = 5.13%
GREEN value IS 59 (23.44% from 255) = 75.64%
BLUE value IS 15 (6.25% from 255) = 19.23%
R=5.13%
G=75.64%
B=19.23%

CMYK

C (Cyan) values IS 0.93
M (Magenta) values IS 0
Y (Yellow) values IS 0.75
K (Black) values IS 0.77
SystemRedGreenBlueCMYKHSL
Decimal459150.9300.750.7713287.312.35
Hex43BF5D04B4D8457c
Octal47317135011311520412714
Binary100111011111110111010100101110011011000010010101111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #043B0F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(4,59,15); }

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

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

 a { background-color: rgb(4,59,15); }

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

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

 span { border-color: rgb(4,59,15); }

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