#0D4518

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

Shades of Deep Fir #0D4518

Tints of Deep Fir #0D4518

Color information

#0D4518 (or 0x0D4518) is unknown color: approx Deep Fir. HEX triplet: 0D, 45 and 18. RGB value is (13,69,24). Sum of RGB (Red+Green+Blue) = 13+69+24=106 (14% of max value = 765). Red value is 13 (5.47% from 255 or 12.26% from 106); Green value is 69 (27.34% from 255 or 65.09% from 106); Blue value is 24 (9.77% from 255 or 22.64% from 106); Max value from RGB is 69 - color contains mainly: green. Hex color #0D4518 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #0D4518 is #F2BAE7. Grayscale: #2F2F2F. Windows color (decimal): -15907560 or 1590541. OLE color: 1590541.

HSL color Cylindrical-coordinate representation of color #0D4518: hue angle of 131.79º degrees, saturation: 0.68, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #0D4518 is Cyan = 0.81, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.73.

Color convert

RGB136924-
CMYK0.8100.650.73
HSL131.79º68.29%16.08%-
HSV(B)131.79º81.16%27.06%-
XYZ2.464.411.59-
YUV47.13114.95103.66-

RGB Variations

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

RGB

RED value IS 13 (5.47% from 255) = 12.26%
GREEN value IS 69 (27.34% from 255) = 65.09%
BLUE value IS 24 (9.77% from 255) = 22.64%
R=12.26%
G=65.09%
B=22.64%

CMYK

C (Cyan) values IS 0.81
M (Magenta) values IS 0
Y (Yellow) values IS 0.65
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal1369240.8100.650.73131.7968.2916.08
HexD45185104149844410
Octal1510530121010111120410420
Binary1101100010111000101000101000001100100110000100100010010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0D4518

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(13,69,24); }

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

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

 a { background-color: rgb(13,69,24); }

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

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

 span { border-color: rgb(13,69,24); }

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