#03440D

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

Shades of Deep Fir #03440D

Tints of Deep Fir #03440D

Color information

#03440D (or 0x03440D) is unknown color: approx Deep Fir. HEX triplet: 03, 44 and 0D. RGB value is (3,68,13). Sum of RGB (Red+Green+Blue) = 3+68+13=84 (11% of max value = 765). Red value is 3 (1.56% from 255 or 3.57% from 84); Green value is 68 (26.95% from 255 or 80.95% from 84); Blue value is 13 (5.47% from 255 or 15.48% from 84); Max value from RGB is 68 - color contains mainly: green. Hex color #03440D is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #03440D is #FCBBF2. Grayscale: #2A2A2A. Windows color (decimal): -16563187 or 869379. OLE color: 869379.

HSL color Cylindrical-coordinate representation of color #03440D: hue angle of 129.23º degrees, saturation: 0.92, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #03440D is Cyan = 0.96, Magento = 0, Yellow = 0.81 and Black (K on CMYK) = 0.73.

Color convert

RGB36813-
CMYK0.9600.810.73
HSL129.23º91.55%13.92%-
HSV(B)129.23º95.59%26.67%-
XYZ2.184.181.07-
YUV42.29111.4799.97-

RGB Variations

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

RGB

RED value IS 3 (1.56% from 255) = 3.57%
GREEN value IS 68 (26.95% from 255) = 80.95%
BLUE value IS 13 (5.47% from 255) = 15.48%
R=3.57%
G=80.95%
B=15.48%

CMYK

C (Cyan) values IS 0.96
M (Magenta) values IS 0
Y (Yellow) values IS 0.81
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal368130.9600.810.73129.2391.5513.92
Hex344D6005149815ce
Octal310415140012111120113416
Binary111000100110111000000101000110010011000000110111001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #03440D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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