#042809

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

Shades of Deep Fir #042809

Tints of Deep Fir #042809

Color information

#042809 (or 0x042809) is unknown color: approx Deep Fir. HEX triplet: 04, 28 and 09. RGB value is (4,40,9). Sum of RGB (Red+Green+Blue) = 4+40+9=53 (7% of max value = 765). Red value is 4 (1.95% from 255 or 7.55% from 53); Green value is 40 (16.02% from 255 or 75.47% from 53); Blue value is 9 (3.91% from 255 or 16.98% from 53); Max value from RGB is 40 - color contains mainly: green. Hex color #042809 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #042809 is #FBD7F6. Grayscale: #191919. Windows color (decimal): -16504823 or 600068. OLE color: 600068.

HSL color Cylindrical-coordinate representation of color #042809: hue angle of 128.33º 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 #042809 is Cyan = 0.90, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.84.

Color convert

RGB4409-
CMYK0.9000.780.84
HSL128.33º81.82%8.63%-
HSV(B)128.33º90%15.69%-
XYZ0.861.560.51-
YUV25.7118.57112.52-

RGB Variations

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

RGB

RED value IS 4 (1.95% from 255) = 7.55%
GREEN value IS 40 (16.02% from 255) = 75.47%
BLUE value IS 9 (3.91% from 255) = 16.98%
R=7.55%
G=75.47%
B=16.98%

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
Decimal44090.9000.780.84128.3381.828.63
Hex42895A04E5480529
Octal45011132011612420012211
Binary100101000100110110100100111010101001000000010100101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #042809

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #042809; }

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

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

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

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

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

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

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

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