Html Css Color HEX #004009 Deep Fir

📋 copy color: '#004009'

red 0 ◦ green 64 ◦ blue 9

#004009
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Deep Fir #004009

Tints of Deep Fir #004009

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 value IS 1

 M value IS 0

 Y value IS 0.86

 K value IS 0.75

RGB Variations

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

Color information

#004009 (or 0x004009) is known color: 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

RGB 0 64 9 -
CMYK 1 0 0.86 0.75
HSL 128.44º 1% 0.13% -
HSV(B) 128.44º 1% 0.25% -
XYZ 1.88 3.69 0.87 -
YUV 38.59 111.3 100.47 -
System Red Green Blue C M Y K H S L
Decimal 0 64 9 1 0 0.86 0.75 128.44 1 0.13
Hex 0 40 9 64 0 56 4B 80 64 D
Octal 0 100 11 144 0 126 113 200 144 15
Binary 0 1000000 1001 1100100 0 1010110 1001011 10000000 1100100 1101

Color Harmonies of #004009

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #004009

Black with #004009

Text Example


Text Example

White with #004009

Text Example


Text Example

HTML Codes & Css Web 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>