#0D4022

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

Shades of Deep Fir #0D4022

Tints of Deep Fir #0D4022

Color information

#0D4022 (or 0x0D4022) is unknown color: approx Deep Fir. HEX triplet: 0D, 40 and 22. RGB value is (13,64,34). Sum of RGB (Red+Green+Blue) = 13+64+34=111 (14% of max value = 765). Red value is 13 (5.47% from 255 or 11.71% from 111); Green value is 64 (25.39% from 255 or 57.66% from 111); Blue value is 34 (13.67% from 255 or 30.63% from 111); Max value from RGB is 64 - color contains mainly: green. Hex color #0D4022 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #0D4022 is #F2BFDD. Grayscale: #2D2D2D. Windows color (decimal): -15908830 or 2244621. OLE color: 2244621.

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

Color convert

RGB136434-
CMYK0.8000.470.75
HSL144.71º66.23%15.1%-
HSV(B)144.71º79.69%25.1%-
XYZ2.293.872.14-
YUV45.33121.6104.94-

RGB Variations

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

RGB

RED value IS 13 (5.47% from 255) = 11.71%
GREEN value IS 64 (25.39% from 255) = 57.66%
BLUE value IS 34 (13.67% from 255) = 30.63%
R=11.71%
G=57.66%
B=30.63%

CMYK

C (Cyan) values IS 0.80
M (Magenta) values IS 0
Y (Yellow) values IS 0.47
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal1364340.8000.470.75144.7166.2315.1
HexD40225002F4B9142f
Octal151004212005711322110217
Binary110110000001000101010000010111110010111001000110000101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0D4022

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(13,64,34); }

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

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

 a { background-color: rgb(13,64,34); }

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

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

 span { border-color: rgb(13,64,34); }

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