#0F3514

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

Shades of Deep Fir #0F3514

Tints of Deep Fir #0F3514

Color information

#0F3514 (or 0x0F3514) is unknown color: approx Deep Fir. HEX triplet: 0F, 35 and 14. RGB value is (15,53,20). Sum of RGB (Red+Green+Blue) = 15+53+20=88 (11% of max value = 765). Red value is 15 (6.25% from 255 or 17.05% from 88); Green value is 53 (21.09% from 255 or 60.23% from 88); Blue value is 20 (8.20% from 255 or 22.73% from 88); Max value from RGB is 53 - color contains mainly: green. Hex color #0F3514 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #0F3514 is #F0CAEB. Grayscale: #252525. Windows color (decimal): -15780588 or 1324303. OLE color: 1324303.

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

Color convert

RGB155320-
CMYK0.7200.620.79
HSL127.89º55.88%13.33%-
HSV(B)127.89º71.7%20.78%-
XYZ1.62.71.1-
YUV37.88117.91111.68-

RGB Variations

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

RGB

RED value IS 15 (6.25% from 255) = 17.05%
GREEN value IS 53 (21.09% from 255) = 60.23%
BLUE value IS 20 (8.20% from 255) = 22.73%
R=17.05%
G=60.23%
B=22.73%

CMYK

C (Cyan) values IS 0.72
M (Magenta) values IS 0
Y (Yellow) values IS 0.62
K (Black) values IS 0.79
SystemRedGreenBlueCMYKHSL
Decimal1553200.7200.620.79127.8955.8813.33
HexF35144803E4F8038d
Octal1765241100761172007015
Binary111111010110100100100001111101001111100000001110001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0F3514

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(15,53,20); }

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

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

 a { background-color: rgb(15,53,20); }

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

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

 span { border-color: rgb(15,53,20); }

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