#0B3915

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

Shades of Deep Fir #0B3915

Tints of Deep Fir #0B3915

Color information

#0B3915 (or 0x0B3915) is unknown color: approx Deep Fir. HEX triplet: 0B, 39 and 15. RGB value is (11,57,21). Sum of RGB (Red+Green+Blue) = 11+57+21=89 (11% of max value = 765). Red value is 11 (4.69% from 255 or 12.36% from 89); Green value is 57 (22.66% from 255 or 64.04% from 89); Blue value is 21 (8.59% from 255 or 23.60% from 89); Max value from RGB is 57 - color contains mainly: green. Hex color #0B3915 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #0B3915 is #F4C6EA. Grayscale: #272727. Windows color (decimal): -16041707 or 1390859. OLE color: 1390859.

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

Color convert

RGB115721-
CMYK0.8100.630.78
HSL133.04º67.65%13.33%-
HSV(B)133.04º80.7%22.35%-
XYZ1.743.051.21-
YUV39.14117.76107.93-

RGB Variations

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

RGB

RED value IS 11 (4.69% from 255) = 12.36%
GREEN value IS 57 (22.66% from 255) = 64.04%
BLUE value IS 21 (8.59% from 255) = 23.60%
R=12.36%
G=64.04%
B=23.60%

CMYK

C (Cyan) values IS 0.81
M (Magenta) values IS 0
Y (Yellow) values IS 0.63
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal1157210.8100.630.78133.0467.6513.33
HexB39155103F4E8544d
Octal13712512107711620510415
Binary1011111001101011010001011111110011101000010110001001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0B3915

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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