#0D4119

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

Shades of Deep Fir #0D4119

Tints of Deep Fir #0D4119

Color information

#0D4119 (or 0x0D4119) is unknown color: approx Deep Fir. HEX triplet: 0D, 41 and 19. RGB value is (13,65,25). Sum of RGB (Red+Green+Blue) = 13+65+25=103 (13% of max value = 765). Red value is 13 (5.47% from 255 or 12.62% from 103); Green value is 65 (25.78% from 255 or 63.11% from 103); Blue value is 25 (10.16% from 255 or 24.27% from 103); Max value from RGB is 65 - color contains mainly: green. Hex color #0D4119 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #0D4119 is #F2BEE6. Grayscale: #2D2D2D. Windows color (decimal): -15908583 or 1655053. OLE color: 1655053.

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

Color convert

RGB136525-
CMYK0.8000.620.75
HSL133.85º66.67%15.29%-
HSV(B)133.85º80%25.49%-
XYZ2.233.941.56-
YUV44.89116.77105.25-

RGB Variations

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

RGB

RED value IS 13 (5.47% from 255) = 12.62%
GREEN value IS 65 (25.78% from 255) = 63.11%
BLUE value IS 25 (10.16% from 255) = 24.27%
R=12.62%
G=63.11%
B=24.27%

CMYK

C (Cyan) values IS 0.80
M (Magenta) values IS 0
Y (Yellow) values IS 0.62
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal1365250.8000.620.75133.8566.6715.29
HexD41195003E4B8643f
Octal151013112007611320610317
Binary11011000001110011010000011111010010111000011010000111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0D4119

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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