#0B3911

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

Shades of Deep Fir #0B3911

Tints of Deep Fir #0B3911

Color information

#0B3911 (or 0x0B3911) is unknown color: approx Deep Fir. HEX triplet: 0B, 39 and 11. RGB value is (11,57,17). Sum of RGB (Red+Green+Blue) = 11+57+17=85 (11% of max value = 765). Red value is 11 (4.69% from 255 or 12.94% from 85); Green value is 57 (22.66% from 255 or 67.06% from 85); Blue value is 17 (7.03% from 255 or 20% from 85); Max value from RGB is 57 - color contains mainly: green. Hex color #0B3911 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #0B3911 is #F4C6EE. Grayscale: #262626. Windows color (decimal): -16041711 or 1128715. OLE color: 1128715.

HSL color Cylindrical-coordinate representation of color #0B3911: hue angle of 127.83º degrees, saturation: 0.68, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #0B3911 is Cyan = 0.81, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.78.

Color convert

RGB115717-
CMYK0.8100.700.78
HSL127.83º67.65%13.33%-
HSV(B)127.83º80.7%22.35%-
XYZ1.73.041.03-
YUV38.69115.76108.25-

RGB Variations

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

RGB

RED value IS 11 (4.69% from 255) = 12.94%
GREEN value IS 57 (22.66% from 255) = 67.06%
BLUE value IS 17 (7.03% from 255) = 20%
R=12.94%
G=67.06%
B=20%

CMYK

C (Cyan) values IS 0.81
M (Magenta) values IS 0
Y (Yellow) values IS 0.70
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal1157170.8100.700.78127.8367.6513.33
HexB3911510464E8044d
Octal137121121010611620010415
Binary10111110011000110100010100011010011101000000010001001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0B3911

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(11,57,17); }

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

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

 a { background-color: rgb(11,57,17); }

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

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

 span { border-color: rgb(11,57,17); }

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