#0B4D1D

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

Shades of Deep Fir #0B4D1D

Tints of Deep Fir #0B4D1D

Color information

#0B4D1D (or 0x0B4D1D) is unknown color: approx Deep Fir. HEX triplet: 0B, 4D and 1D. RGB value is (11,77,29). Sum of RGB (Red+Green+Blue) = 11+77+29=117 (15% of max value = 765). Red value is 11 (4.69% from 255 or 9.40% from 117); Green value is 77 (30.47% from 255 or 65.81% from 117); Blue value is 29 (11.72% from 255 or 24.79% from 117); Max value from RGB is 77 - color contains mainly: green. Hex color #0B4D1D is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #0B4D1D is #F4B2E2. Grayscale: #333333. Windows color (decimal): -16036579 or 1920267. OLE color: 1920267.

HSL color Cylindrical-coordinate representation of color #0B4D1D: hue angle of 136.36º 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 #0B4D1D is Cyan = 0.86, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.70.

Color convert

RGB117729-
CMYK0.8600.620.70
HSL136.36º75%17.25%-
HSV(B)136.36º85.71%30.2%-
XYZ3.015.472.06-
YUV51.79115.1398.9-

RGB Variations

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

RGB

RED value IS 11 (4.69% from 255) = 9.40%
GREEN value IS 77 (30.47% from 255) = 65.81%
BLUE value IS 29 (11.72% from 255) = 24.79%
R=9.40%
G=65.81%
B=24.79%

CMYK

C (Cyan) values IS 0.86
M (Magenta) values IS 0
Y (Yellow) values IS 0.62
K (Black) values IS 0.70
SystemRedGreenBlueCMYKHSL
Decimal1177290.8600.620.70136.367517.25
HexB4D1D5603E46884b11
Octal131153512607610621011321
Binary101110011011110110101100111110100011010001000100101110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0B4D1D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(11,77,29); }

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

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

 a { background-color: rgb(11,77,29); }

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

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

 span { border-color: rgb(11,77,29); }

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