#0D3413

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

Shades of Deep Fir #0D3413

Tints of Deep Fir #0D3413

Color information

#0D3413 (or 0x0D3413) is unknown color: approx Deep Fir. HEX triplet: 0D, 34 and 13. RGB value is (13,52,19). Sum of RGB (Red+Green+Blue) = 13+52+19=84 (11% of max value = 765). Red value is 13 (5.47% from 255 or 15.48% from 84); Green value is 52 (20.70% from 255 or 61.90% from 84); Blue value is 19 (7.81% from 255 or 22.62% from 84); Max value from RGB is 52 - color contains mainly: green. Hex color #0D3413 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #0D3413 is #F2CBEC. Grayscale: #242424. Windows color (decimal): -15911917 or 1258509. OLE color: 1258509.

HSL color Cylindrical-coordinate representation of color #0D3413: hue angle of 129.23º degrees, saturation: 0.6, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #0D3413 is Cyan = 0.75, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.80.

Color convert

RGB135219-
CMYK0.7500.630.80
HSL129.23º60%12.75%-
HSV(B)129.23º75%20.39%-
XYZ1.512.591.04-
YUV36.58118.08111.18-

RGB Variations

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

RGB

RED value IS 13 (5.47% from 255) = 15.48%
GREEN value IS 52 (20.70% from 255) = 61.90%
BLUE value IS 19 (7.81% from 255) = 22.62%
R=15.48%
G=61.90%
B=22.62%

CMYK

C (Cyan) values IS 0.75
M (Magenta) values IS 0
Y (Yellow) values IS 0.63
K (Black) values IS 0.80
SystemRedGreenBlueCMYKHSL
Decimal1352190.7500.630.80129.236012.75
HexD34134B03F50813cd
Octal1564231130771202017415
Binary110111010010011100101101111111010000100000011111001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0D3413

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #0D3413; }

 p { color: rgb(13,52,19); }

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

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

 a { background-color: rgb(13,52,19); }

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

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

 span { border-color: rgb(13,52,19); }

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