#0F3112

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

Shades of Myrtle #0F3112

Tints of Myrtle #0F3112

Color information

#0F3112 (or 0x0F3112) is unknown color: approx Myrtle. HEX triplet: 0F, 31 and 12. RGB value is (15,49,18). Sum of RGB (Red+Green+Blue) = 15+49+18=82 (10% of max value = 765). Red value is 15 (6.25% from 255 or 18.29% from 82); Green value is 49 (19.53% from 255 or 59.76% from 82); Blue value is 18 (7.42% from 255 or 21.95% from 82); Max value from RGB is 49 - color contains mainly: green. Hex color #0F3112 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #0F3112 is #F0CEED. Grayscale: #232323. Windows color (decimal): -15781614 or 1192207. OLE color: 1192207.

HSL color Cylindrical-coordinate representation of color #0F3112: hue angle of 125.29º degrees, saturation: 0.53, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.19% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #0F3112 is Cyan = 0.69, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.81.

Color convert

RGB154918-
CMYK0.6900.630.81
HSL125.29º53.12%12.55%-
HSV(B)125.29º69.39%19.22%-
XYZ1.42.340.95-
YUV35.3118.24113.52-

RGB Variations

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

RGB

RED value IS 15 (6.25% from 255) = 18.29%
GREEN value IS 49 (19.53% from 255) = 59.76%
BLUE value IS 18 (7.42% from 255) = 21.95%
R=18.29%
G=59.76%
B=21.95%

CMYK

C (Cyan) values IS 0.69
M (Magenta) values IS 0
Y (Yellow) values IS 0.63
K (Black) values IS 0.81
SystemRedGreenBlueCMYKHSL
Decimal1549180.6900.630.81125.2953.1212.55
HexF31124503F517d35d
Octal1761221050771211756515
Binary11111100011001010001010111111101000111111011101011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0F3112

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(15,49,18); }

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

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

 a { background-color: rgb(15,49,18); }

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

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

 span { border-color: rgb(15,49,18); }

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