#0B3F16

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

Shades of Deep Fir #0B3F16

Tints of Deep Fir #0B3F16

Color information

#0B3F16 (or 0x0B3F16) is unknown color: approx Deep Fir. HEX triplet: 0B, 3F and 16. RGB value is (11,63,22). Sum of RGB (Red+Green+Blue) = 11+63+22=96 (12% of max value = 765). Red value is 11 (4.69% from 255 or 11.46% from 96); Green value is 63 (25% from 255 or 65.62% from 96); Blue value is 22 (8.98% from 255 or 22.92% from 96); Max value from RGB is 63 - color contains mainly: green. Hex color #0B3F16 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #0B3F16 is #F4C0E9. Grayscale: #2A2A2A. Windows color (decimal): -16040170 or 1457931. OLE color: 1457931.

HSL color Cylindrical-coordinate representation of color #0B3F16: hue angle of 132.69º degrees, saturation: 0.7, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #0B3F16 is Cyan = 0.83, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.75.

Color convert

RGB116322-
CMYK0.8300.650.75
HSL132.69º70.27%14.51%-
HSV(B)132.69º82.54%24.71%-
XYZ2.063.681.36-
YUV42.78116.27105.33-

RGB Variations

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

RGB

RED value IS 11 (4.69% from 255) = 11.46%
GREEN value IS 63 (25% from 255) = 65.62%
BLUE value IS 22 (8.98% from 255) = 22.92%
R=11.46%
G=65.62%
B=22.92%

CMYK

C (Cyan) values IS 0.83
M (Magenta) values IS 0
Y (Yellow) values IS 0.65
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal1163220.8300.650.75132.6970.2714.51
HexB3F16530414B8546f
Octal137726123010111320510617
Binary10111111111011010100110100000110010111000010110001101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0B3F16

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(11,63,22); }

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

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

 a { background-color: rgb(11,63,22); }

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

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

 span { border-color: rgb(11,63,22); }

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