#0B3914

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

Shades of Deep Fir #0B3914

Tints of Deep Fir #0B3914

Color information

#0B3914 (or 0x0B3914) is unknown color: approx Deep Fir. HEX triplet: 0B, 39 and 14. RGB value is (11,57,20). Sum of RGB (Red+Green+Blue) = 11+57+20=88 (11% of max value = 765). Red value is 11 (4.69% from 255 or 12.5% from 88); Green value is 57 (22.66% from 255 or 64.77% from 88); Blue value is 20 (8.20% from 255 or 22.73% from 88); Max value from RGB is 57 - color contains mainly: green. Hex color #0B3914 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #0B3914 is #F4C6EB. Grayscale: #272727. Windows color (decimal): -16041708 or 1325323. OLE color: 1325323.

HSL color Cylindrical-coordinate representation of color #0B3914: hue angle of 131.74º 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 #0B3914 is Cyan = 0.81, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.78.

Color convert

RGB115720-
CMYK0.8100.650.78
HSL131.74º67.65%13.33%-
HSV(B)131.74º80.7%22.35%-
XYZ1.733.051.16-
YUV39.03117.26108.01-

RGB Variations

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

RGB

RED value IS 11 (4.69% from 255) = 12.5%
GREEN value IS 57 (22.66% from 255) = 64.77%
BLUE value IS 20 (8.20% from 255) = 22.73%
R=12.5%
G=64.77%
B=22.73%

CMYK

C (Cyan) values IS 0.81
M (Magenta) values IS 0
Y (Yellow) values IS 0.65
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal1157200.8100.650.78131.7467.6513.33
HexB3914510414E8444d
Octal137124121010111620410415
Binary10111110011010010100010100000110011101000010010001001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0B3914

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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