#0D3B22

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

Shades of Deep Fir #0D3B22

Tints of Deep Fir #0D3B22

Color information

#0D3B22 (or 0x0D3B22) is unknown color: approx Deep Fir. HEX triplet: 0D, 3B and 22. RGB value is (13,59,34). Sum of RGB (Red+Green+Blue) = 13+59+34=106 (14% of max value = 765). Red value is 13 (5.47% from 255 or 12.26% from 106); Green value is 59 (23.44% from 255 or 55.66% from 106); Blue value is 34 (13.67% from 255 or 32.08% from 106); Max value from RGB is 59 - color contains mainly: green. Hex color #0D3B22 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #0D3B22 is #F2C4DD. Grayscale: #2A2A2A. Windows color (decimal): -15910110 or 2243341. OLE color: 2243341.

HSL color Cylindrical-coordinate representation of color #0D3B22: hue angle of 147.39º degrees, saturation: 0.64, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.23% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #0D3B22 is Cyan = 0.78, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.77.

Color convert

RGB135934-
CMYK0.7800.420.77
HSL147.39º63.89%14.12%-
HSV(B)147.39º77.97%23.14%-
XYZ2.023.332.05-
YUV42.4123.26107.03-

RGB Variations

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

RGB

RED value IS 13 (5.47% from 255) = 12.26%
GREEN value IS 59 (23.44% from 255) = 55.66%
BLUE value IS 34 (13.67% from 255) = 32.08%
R=12.26%
G=55.66%
B=32.08%

CMYK

C (Cyan) values IS 0.78
M (Magenta) values IS 0
Y (Yellow) values IS 0.42
K (Black) values IS 0.77
SystemRedGreenBlueCMYKHSL
Decimal1359340.7800.420.77147.3963.8914.12
HexD3B224E02A4D9340e
Octal15734211605211522310016
Binary11011110111000101001110010101010011011001001110000001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0D3B22

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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