#0B4414

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

Shades of Deep Fir #0B4414

Tints of Deep Fir #0B4414

Color information

#0B4414 (or 0x0B4414) is unknown color: approx Deep Fir. HEX triplet: 0B, 44 and 14. RGB value is (11,68,20). Sum of RGB (Red+Green+Blue) = 11+68+20=99 (13% of max value = 765). Red value is 11 (4.69% from 255 or 11.11% from 99); Green value is 68 (26.95% from 255 or 68.69% from 99); Blue value is 20 (8.20% from 255 or 20.20% from 99); Max value from RGB is 68 - color contains mainly: green. Hex color #0B4414 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #0B4414 is #F4BBEB. Grayscale: #2D2D2D. Windows color (decimal): -16038892 or 1328139. OLE color: 1328139.

HSL color Cylindrical-coordinate representation of color #0B4414: hue angle of 129.47º degrees, saturation: 0.72, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #0B4414 is Cyan = 0.84, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.73.

Color convert

RGB116820-
CMYK0.8400.710.73
HSL129.47º72.15%15.49%-
HSV(B)129.47º83.82%26.67%-
XYZ2.334.261.36-
YUV45.48113.62103.4-

RGB Variations

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

RGB

RED value IS 11 (4.69% from 255) = 11.11%
GREEN value IS 68 (26.95% from 255) = 68.69%
BLUE value IS 20 (8.20% from 255) = 20.20%
R=11.11%
G=68.69%
B=20.20%

CMYK

C (Cyan) values IS 0.84
M (Magenta) values IS 0
Y (Yellow) values IS 0.71
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal1168200.8400.710.73129.4772.1515.49
HexB441454047498148f
Octal1310424124010711120111017
Binary101110001001010010101000100011110010011000000110010001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0B4414

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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