#03400D

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

Shades of Deep Fir #03400D

Tints of Deep Fir #03400D

Color information

#03400D (or 0x03400D) is unknown color: approx Deep Fir. HEX triplet: 03, 40 and 0D. RGB value is (3,64,13). Sum of RGB (Red+Green+Blue) = 3+64+13=80 (10% of max value = 765). Red value is 3 (1.56% from 255 or 3.75% from 80); Green value is 64 (25.39% from 255 or 80% from 80); Blue value is 13 (5.47% from 255 or 16.25% from 80); Max value from RGB is 64 - color contains mainly: green. Hex color #03400D is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #03400D is #FCBFF2. Grayscale: #282828. Windows color (decimal): -16564211 or 868355. OLE color: 868355.

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

Color convert

RGB36413-
CMYK0.9500.800.75
HSL129.84º91.04%13.14%-
HSV(B)129.84º95.31%25.1%-
XYZ1.943.721-
YUV39.95112.79101.65-

RGB Variations

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

RGB

RED value IS 3 (1.56% from 255) = 3.75%
GREEN value IS 64 (25.39% from 255) = 80%
BLUE value IS 13 (5.47% from 255) = 16.25%
R=3.75%
G=80%
B=16.25%

CMYK

C (Cyan) values IS 0.95
M (Magenta) values IS 0
Y (Yellow) values IS 0.80
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal364130.9500.800.75129.8491.0413.14
Hex340D5F0504B825bd
Octal310015137012011320213315
Binary111000000110110111110101000010010111000001010110111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #03400D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #03400D; }

 p { color: rgb(3,64,13); }

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

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

 a { background-color: rgb(3,64,13); }

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

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

 span { border-color: rgb(3,64,13); }

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