#0D411B

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

Shades of Deep Fir #0D411B

Tints of Deep Fir #0D411B

Color information

#0D411B (or 0x0D411B) is unknown color: approx Deep Fir. HEX triplet: 0D, 41 and 1B. RGB value is (13,65,27). Sum of RGB (Red+Green+Blue) = 13+65+27=105 (13% of max value = 765). Red value is 13 (5.47% from 255 or 12.38% from 105); Green value is 65 (25.78% from 255 or 61.90% from 105); Blue value is 27 (10.94% from 255 or 25.71% from 105); Max value from RGB is 65 - color contains mainly: green. Hex color #0D411B is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #0D411B is #F2BEE4. Grayscale: #2D2D2D. Windows color (decimal): -15908581 or 1786125. OLE color: 1786125.

HSL color Cylindrical-coordinate representation of color #0D411B: hue angle of 136.15º degrees, saturation: 0.67, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #0D411B is Cyan = 0.80, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.75.

Color convert

RGB136527-
CMYK0.8000.580.75
HSL136.15º66.67%15.29%-
HSV(B)136.15º80%25.49%-
XYZ2.253.951.68-
YUV45.12117.77105.09-

RGB Variations

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

RGB

RED value IS 13 (5.47% from 255) = 12.38%
GREEN value IS 65 (25.78% from 255) = 61.90%
BLUE value IS 27 (10.94% from 255) = 25.71%
R=12.38%
G=61.90%
B=25.71%

CMYK

C (Cyan) values IS 0.80
M (Magenta) values IS 0
Y (Yellow) values IS 0.58
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal1365270.8000.580.75136.1566.6715.29
HexD411B5003A4B8843f
Octal151013312007211321010317
Binary11011000001110111010000011101010010111000100010000111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0D411B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(13,65,27); }

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

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

 a { background-color: rgb(13,65,27); }

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

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

 span { border-color: rgb(13,65,27); }

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