#0F3616

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

Shades of Deep Fir #0F3616

Tints of Deep Fir #0F3616

Color information

#0F3616 (or 0x0F3616) is unknown color: approx Deep Fir. HEX triplet: 0F, 36 and 16. RGB value is (15,54,22). Sum of RGB (Red+Green+Blue) = 15+54+22=91 (12% of max value = 765). Red value is 15 (6.25% from 255 or 16.48% from 91); Green value is 54 (21.48% from 255 or 59.34% from 91); Blue value is 22 (8.98% from 255 or 24.18% from 91); Max value from RGB is 54 - color contains mainly: green. Hex color #0F3616 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #0F3616 is #F0C9E9. Grayscale: #262626. Windows color (decimal): -15780330 or 1455631. OLE color: 1455631.

HSL color Cylindrical-coordinate representation of color #0F3616: hue angle of 130.77º degrees, saturation: 0.57, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.21% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #0F3616 is Cyan = 0.72, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.79.

Color convert

RGB155422-
CMYK0.7200.590.79
HSL130.77º56.52%13.53%-
HSV(B)130.77º72.22%21.18%-
XYZ1.662.81.21-
YUV38.69118.58111.1-

RGB Variations

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

RGB

RED value IS 15 (6.25% from 255) = 16.48%
GREEN value IS 54 (21.48% from 255) = 59.34%
BLUE value IS 22 (8.98% from 255) = 24.18%
R=16.48%
G=59.34%
B=24.18%

CMYK

C (Cyan) values IS 0.72
M (Magenta) values IS 0
Y (Yellow) values IS 0.59
K (Black) values IS 0.79
SystemRedGreenBlueCMYKHSL
Decimal1554220.7200.590.79130.7756.5213.53
HexF36164803B4F8339e
Octal1766261100731172037116
Binary111111011010110100100001110111001111100000111110011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0F3616

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(15,54,22); }

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

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

 a { background-color: rgb(15,54,22); }

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

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

 span { border-color: rgb(15,54,22); }

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