#004009

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

Shades of Deep Fir #004009

Tints of Deep Fir #004009

Color information

#004009 (or 0x004009) is unknown color: approx Deep Fir. HEX triplet: 00, 40 and 09. RGB value is (0,64,9). Sum of RGB (Red+Green+Blue) = 0+64+9=73 (9% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 73); Green value is 64 (25.39% from 255 or 87.67% from 73); Blue value is 9 (3.91% from 255 or 12.33% from 73); Max value from RGB is 64 - color contains mainly: green. Hex color #004009 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #004009 is #FFBFF6. Grayscale: #262626. Windows color (decimal): -16760823 or 606208. OLE color: 606208.

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

Color convert

RGB0649-
CMYK100.860.75
HSL128.44º100%12.55%-
HSV(B)128.44º100%25.1%-
XYZ1.883.690.87-
YUV38.59111.3100.47-

RGB Variations

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

RGB

RED value IS 0 (0.39% from 255) = 0%
GREEN value IS 64 (25.39% from 255) = 87.67%
BLUE value IS 9 (3.91% from 255) = 12.33%
R=0%
G=87.67%
B=12.33%

CMYK

C (Cyan) values IS 1
M (Magenta) values IS 0
Y (Yellow) values IS 0.86
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal0649100.860.75128.4410012.55
Hex0409640564B8064d
Octal010011144012611320014415
Binary01000000100111001000101011010010111000000011001001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #004009

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #004009; }

 p { color: rgb(0,64,9); }

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

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

 a { background-color: rgb(0,64,9); }

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

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

 span { border-color: rgb(0,64,9); }

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