#0F3216

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

Shades of Deep Fir #0F3216

Tints of Deep Fir #0F3216

Color information

#0F3216 (or 0x0F3216) is unknown color: approx Deep Fir. HEX triplet: 0F, 32 and 16. RGB value is (15,50,22). Sum of RGB (Red+Green+Blue) = 15+50+22=87 (11% of max value = 765). Red value is 15 (6.25% from 255 or 17.24% from 87); Green value is 50 (19.92% from 255 or 57.47% from 87); Blue value is 22 (8.98% from 255 or 25.29% from 87); Max value from RGB is 50 - color contains mainly: green. Hex color #0F3216 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #0F3216 is #F0CDE9. Grayscale: #242424. Windows color (decimal): -15781354 or 1454607. OLE color: 1454607.

HSL color Cylindrical-coordinate representation of color #0F3216: hue angle of 132º degrees, saturation: 0.54, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #0F3216 is Cyan = 0.70, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.80.

Color convert

RGB155022-
CMYK0.7000.560.80
HSL132º53.85%12.75%-
HSV(B)132º70%19.61%-
XYZ1.482.441.15-
YUV36.34119.9112.78-

RGB Variations

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

RGB

RED value IS 15 (6.25% from 255) = 17.24%
GREEN value IS 50 (19.92% from 255) = 57.47%
BLUE value IS 22 (8.98% from 255) = 25.29%
R=17.24%
G=57.47%
B=25.29%

CMYK

C (Cyan) values IS 0.70
M (Magenta) values IS 0
Y (Yellow) values IS 0.56
K (Black) values IS 0.80
SystemRedGreenBlueCMYKHSL
Decimal1550220.7000.560.8013253.8512.75
HexF321646038508436d
Octal1762261060701202046615
Binary111111001010110100011001110001010000100001001101101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0F3216

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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