#0F3618

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

Shades of Deep Fir #0F3618

Tints of Deep Fir #0F3618

Color information

#0F3618 (or 0x0F3618) is unknown color: approx Deep Fir. HEX triplet: 0F, 36 and 18. RGB value is (15,54,24). Sum of RGB (Red+Green+Blue) = 15+54+24=93 (12% of max value = 765). Red value is 15 (6.25% from 255 or 16.13% from 93); Green value is 54 (21.48% from 255 or 58.06% from 93); Blue value is 24 (9.77% from 255 or 25.81% from 93); Max value from RGB is 54 - color contains mainly: green. Hex color #0F3618 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #0F3618 is #F0C9E7. Grayscale: #272727. Windows color (decimal): -15780328 or 1586703. OLE color: 1586703.

HSL color Cylindrical-coordinate representation of color #0F3618: hue angle of 133.85º 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 #0F3618 is Cyan = 0.72, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.79.

Color convert

RGB155424-
CMYK0.7200.560.79
HSL133.85º56.52%13.53%-
HSV(B)133.85º72.22%21.18%-
XYZ1.682.811.32-
YUV38.92119.58110.94-

RGB Variations

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

RGB

RED value IS 15 (6.25% from 255) = 16.13%
GREEN value IS 54 (21.48% from 255) = 58.06%
BLUE value IS 24 (9.77% from 255) = 25.81%
R=16.13%
G=58.06%
B=25.81%

CMYK

C (Cyan) values IS 0.72
M (Magenta) values IS 0
Y (Yellow) values IS 0.56
K (Black) values IS 0.79
SystemRedGreenBlueCMYKHSL
Decimal1554240.7200.560.79133.8556.5213.53
HexF3618480384F8639e
Octal1766301100701172067116
Binary111111011011000100100001110001001111100001101110011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0F3618

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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