#042909

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

Shades of Deep Fir #042909

Tints of Deep Fir #042909

Color information

#042909 (or 0x042909) is unknown color: approx Deep Fir. HEX triplet: 04, 29 and 09. RGB value is (4,41,9). Sum of RGB (Red+Green+Blue) = 4+41+9=54 (7% of max value = 765). Red value is 4 (1.95% from 255 or 7.41% from 54); Green value is 41 (16.41% from 255 or 75.93% from 54); Blue value is 9 (3.91% from 255 or 16.67% from 54); Max value from RGB is 41 - color contains mainly: green. Hex color #042909 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #042909 is #FBD6F6. Grayscale: #1A1A1A. Windows color (decimal): -16504567 or 600324. OLE color: 600324.

HSL color Cylindrical-coordinate representation of color #042909: hue angle of 128.11º degrees, saturation: 0.82, lightness: 0.09%. HSV value (or HSB Brightness) of color is 0.16% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #042909 is Cyan = 0.90, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.84.

Color convert

RGB4419-
CMYK0.9000.780.84
HSL128.11º82.22%8.82%-
HSV(B)128.11º90.24%16.08%-
XYZ0.891.630.53-
YUV26.29118.24112.1-

RGB Variations

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

RGB

RED value IS 4 (1.95% from 255) = 7.41%
GREEN value IS 41 (16.41% from 255) = 75.93%
BLUE value IS 9 (3.91% from 255) = 16.67%
R=7.41%
G=75.93%
B=16.67%

CMYK

C (Cyan) values IS 0.90
M (Magenta) values IS 0
Y (Yellow) values IS 0.78
K (Black) values IS 0.84
SystemRedGreenBlueCMYKHSL
Decimal44190.9000.780.84128.1182.228.82
Hex42995A04E5480529
Octal45111132011612420012211
Binary100101001100110110100100111010101001000000010100101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #042909

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #042909; }

 p { color: rgb(4,41,9); }

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

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

 a { background-color: rgb(4,41,9); }

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

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

 span { border-color: rgb(4,41,9); }

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