#0B4421

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

Shades of Deep Fir #0B4421

Tints of Deep Fir #0B4421

Color information

#0B4421 (or 0x0B4421) is unknown color: approx Deep Fir. HEX triplet: 0B, 44 and 21. RGB value is (11,68,33). Sum of RGB (Red+Green+Blue) = 11+68+33=112 (14% of max value = 765). Red value is 11 (4.69% from 255 or 9.82% from 112); Green value is 68 (26.95% from 255 or 60.71% from 112); Blue value is 33 (13.28% from 255 or 29.46% from 112); Max value from RGB is 68 - color contains mainly: green. Hex color #0B4421 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #0B4421 is #F4BBDE. Grayscale: #2F2F2F. Windows color (decimal): -16038879 or 2180107. OLE color: 2180107.

HSL color Cylindrical-coordinate representation of color #0B4421: hue angle of 143.16º degrees, saturation: 0.72, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #0B4421 is Cyan = 0.84, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.73.

Color convert

RGB116833-
CMYK0.8400.510.73
HSL143.16º72.15%15.49%-
HSV(B)143.16º83.82%26.67%-
XYZ2.484.322.14-
YUV46.97120.12102.35-

RGB Variations

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

RGB

RED value IS 11 (4.69% from 255) = 9.82%
GREEN value IS 68 (26.95% from 255) = 60.71%
BLUE value IS 33 (13.28% from 255) = 29.46%
R=9.82%
G=60.71%
B=29.46%

CMYK

C (Cyan) values IS 0.84
M (Magenta) values IS 0
Y (Yellow) values IS 0.51
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal1168330.8400.510.73143.1672.1515.49
HexB442154033498f48f
Octal131044112406311121711017
Binary101110001001000011010100011001110010011000111110010001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0B4421

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(11,68,33); }

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

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

 a { background-color: rgb(11,68,33); }

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

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

 span { border-color: rgb(11,68,33); }

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