#00400C

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

Shades of Deep Fir #00400C

Tints of Deep Fir #00400C

Color information

#00400C (or 0x00400C) is unknown color: approx Deep Fir. HEX triplet: 00, 40 and 0C. RGB value is (0,64,12). Sum of RGB (Red+Green+Blue) = 0+64+12=76 (10% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 76); Green value is 64 (25.39% from 255 or 84.21% from 76); Blue value is 12 (5.08% from 255 or 15.79% from 76); Max value from RGB is 64 - color contains mainly: green. Hex color #00400C is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #00400C is #FFBFF3. Grayscale: #272727. Windows color (decimal): -16760820 or 802816. OLE color: 802816.

HSL color Cylindrical-coordinate representation of color #00400C: hue angle of 131.25º 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 #00400C is Cyan = 1, Magento = 0, Yellow = 0.81 and Black (K on CMYK) = 0.75.

Color convert

RGB06412-
CMYK100.810.75
HSL131.25º100%12.55%-
HSV(B)131.25º100%25.1%-
XYZ1.93.690.96-
YUV38.94112.8100.23-

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) = 84.21%
BLUE value IS 12 (5.08% from 255) = 15.79%
R=0%
G=84.21%
B=15.79%

CMYK

C (Cyan) values IS 1
M (Magenta) values IS 0
Y (Yellow) values IS 0.81
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal06412100.810.75131.2510012.55
Hex040C640514B8364d
Octal010014144012111320314415
Binary01000000110011001000101000110010111000001111001001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #00400C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #00400C; }

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

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

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

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

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

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

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

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