#043A0F

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

Shades of Deep Fir #043A0F

Tints of Deep Fir #043A0F

Color information

#043A0F (or 0x043A0F) is unknown color: approx Deep Fir. HEX triplet: 04, 3A and 0F. RGB value is (4,58,15). Sum of RGB (Red+Green+Blue) = 4+58+15=77 (10% of max value = 765). Red value is 4 (1.95% from 255 or 5.19% from 77); Green value is 58 (23.05% from 255 or 75.32% from 77); Blue value is 15 (6.25% from 255 or 19.48% from 77); Max value from RGB is 58 - color contains mainly: green. Hex color #043A0F is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #043A0F is #FBC5F0. Grayscale: #252525. Windows color (decimal): -16500209 or 997892. OLE color: 997892.

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

Color convert

RGB45815-
CMYK0.9300.740.77
HSL132.22º87.1%12.16%-
HSV(B)132.22º93.1%22.75%-
XYZ1.653.090.96-
YUV36.95115.61104.5-

RGB Variations

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

RGB

RED value IS 4 (1.95% from 255) = 5.19%
GREEN value IS 58 (23.05% from 255) = 75.32%
BLUE value IS 15 (6.25% from 255) = 19.48%
R=5.19%
G=75.32%
B=19.48%

CMYK

C (Cyan) values IS 0.93
M (Magenta) values IS 0
Y (Yellow) values IS 0.74
K (Black) values IS 0.77
SystemRedGreenBlueCMYKHSL
Decimal458150.9300.740.77132.2287.112.16
Hex43AF5D04A4D8457c
Octal47217135011211520412714
Binary100111010111110111010100101010011011000010010101111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #043A0F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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