#043F10

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

Shades of Deep Fir #043F10

Tints of Deep Fir #043F10

Color information

#043F10 (or 0x043F10) is unknown color: approx Deep Fir. HEX triplet: 04, 3F and 10. RGB value is (4,63,16). Sum of RGB (Red+Green+Blue) = 4+63+16=83 (10% of max value = 765). Red value is 4 (1.95% from 255 or 4.82% from 83); Green value is 63 (25% from 255 or 75.90% from 83); Blue value is 16 (6.64% from 255 or 19.28% from 83); Max value from RGB is 63 - color contains mainly: green. Hex color #043F10 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #043F10 is #FBC0EF. Grayscale: #282828. Windows color (decimal): -16498928 or 1064708. OLE color: 1064708.

HSL color Cylindrical-coordinate representation of color #043F10: hue angle of 132.2º degrees, saturation: 0.88, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #043F10 is Cyan = 0.94, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.75.

Color convert

RGB46316-
CMYK0.9400.750.75
HSL132.2º88.06%13.14%-
HSV(B)132.2º93.65%24.71%-
XYZ1.923.621.09-
YUV40114.45102.32-

RGB Variations

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

RGB

RED value IS 4 (1.95% from 255) = 4.82%
GREEN value IS 63 (25% from 255) = 75.90%
BLUE value IS 16 (6.64% from 255) = 19.28%
R=4.82%
G=75.90%
B=19.28%

CMYK

C (Cyan) values IS 0.94
M (Magenta) values IS 0
Y (Yellow) values IS 0.75
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal463160.9400.750.75132.288.0613.14
Hex43F105E04B4B8458d
Octal47720136011311320413015
Binary1001111111000010111100100101110010111000010010110001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #043F10

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(4,63,16); }

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

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

 a { background-color: rgb(4,63,16); }

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

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

 span { border-color: rgb(4,63,16); }

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