#0D3414

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

Shades of Deep Fir #0D3414

Tints of Deep Fir #0D3414

Color information

#0D3414 (or 0x0D3414) is unknown color: approx Deep Fir. HEX triplet: 0D, 34 and 14. RGB value is (13,52,20). Sum of RGB (Red+Green+Blue) = 13+52+20=85 (11% of max value = 765). Red value is 13 (5.47% from 255 or 15.29% from 85); Green value is 52 (20.70% from 255 or 61.18% from 85); Blue value is 20 (8.20% from 255 or 23.53% from 85); Max value from RGB is 52 - color contains mainly: green. Hex color #0D3414 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #0D3414 is #F2CBEB. Grayscale: #242424. Windows color (decimal): -15911916 or 1324045. OLE color: 1324045.

HSL color Cylindrical-coordinate representation of color #0D3414: hue angle of 130.77º 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 #0D3414 is Cyan = 0.75, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.80.

Color convert

RGB135220-
CMYK0.7500.620.80
HSL130.77º60%12.75%-
HSV(B)130.77º75%20.39%-
XYZ1.522.591.08-
YUV36.69118.58111.1-

RGB Variations

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

RGB

RED value IS 13 (5.47% from 255) = 15.29%
GREEN value IS 52 (20.70% from 255) = 61.18%
BLUE value IS 20 (8.20% from 255) = 23.53%
R=15.29%
G=61.18%
B=23.53%

CMYK

C (Cyan) values IS 0.75
M (Magenta) values IS 0
Y (Yellow) values IS 0.62
K (Black) values IS 0.80
SystemRedGreenBlueCMYKHSL
Decimal1352200.7500.620.80130.776012.75
HexD34144B03E50833cd
Octal1564241130761202037415
Binary110111010010100100101101111101010000100000111111001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0D3414

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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