#0B3913

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

Shades of Deep Fir #0B3913

Tints of Deep Fir #0B3913

Color information

#0B3913 (or 0x0B3913) is unknown color: approx Deep Fir. HEX triplet: 0B, 39 and 13. RGB value is (11,57,19). Sum of RGB (Red+Green+Blue) = 11+57+19=87 (11% of max value = 765). Red value is 11 (4.69% from 255 or 12.64% from 87); Green value is 57 (22.66% from 255 or 65.52% from 87); Blue value is 19 (7.81% from 255 or 21.84% from 87); Max value from RGB is 57 - color contains mainly: green. Hex color #0B3913 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #0B3913 is #F4C6EC. Grayscale: #272727. Windows color (decimal): -16041709 or 1259787. OLE color: 1259787.

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

Color convert

RGB115719-
CMYK0.8100.670.78
HSL130.43º67.65%13.33%-
HSV(B)130.43º80.7%22.35%-
XYZ1.723.041.11-
YUV38.91116.76108.09-

RGB Variations

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

RGB

RED value IS 11 (4.69% from 255) = 12.64%
GREEN value IS 57 (22.66% from 255) = 65.52%
BLUE value IS 19 (7.81% from 255) = 21.84%
R=12.64%
G=65.52%
B=21.84%

CMYK

C (Cyan) values IS 0.81
M (Magenta) values IS 0
Y (Yellow) values IS 0.67
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal1157190.8100.670.78130.4367.6513.33
HexB3913510434E8244d
Octal137123121010311620210415
Binary10111110011001110100010100001110011101000001010001001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0B3913

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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