#0B4C16

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

Shades of Deep Fir #0B4C16

Tints of Deep Fir #0B4C16

Color information

#0B4C16 (or 0x0B4C16) is unknown color: approx Deep Fir. HEX triplet: 0B, 4C and 16. RGB value is (11,76,22). Sum of RGB (Red+Green+Blue) = 11+76+22=109 (14% of max value = 765). Red value is 11 (4.69% from 255 or 10.09% from 109); Green value is 76 (30.08% from 255 or 69.72% from 109); Blue value is 22 (8.98% from 255 or 20.18% from 109); Max value from RGB is 76 - color contains mainly: green. Hex color #0B4C16 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #0B4C16 is #F4B3E9. Grayscale: #323232. Windows color (decimal): -16036842 or 1461259. OLE color: 1461259.

HSL color Cylindrical-coordinate representation of color #0B4C16: hue angle of 130.15º degrees, saturation: 0.75, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #0B4C16 is Cyan = 0.86, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.70.

Color convert

RGB117622-
CMYK0.8600.710.70
HSL130.15º74.71%17.06%-
HSV(B)130.15º85.53%29.8%-
XYZ2.875.31.63-
YUV50.41111.9799.89-

RGB Variations

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

RGB

RED value IS 11 (4.69% from 255) = 10.09%
GREEN value IS 76 (30.08% from 255) = 69.72%
BLUE value IS 22 (8.98% from 255) = 20.18%
R=10.09%
G=69.72%
B=20.18%

CMYK

C (Cyan) values IS 0.86
M (Magenta) values IS 0
Y (Yellow) values IS 0.71
K (Black) values IS 0.70
SystemRedGreenBlueCMYKHSL
Decimal1176220.8600.710.70130.1574.7117.06
HexB4C165604746824b11
Octal1311426126010710620211321
Binary1011100110010110101011001000111100011010000010100101110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0B4C16

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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