#0F3106

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

Shades of Myrtle #0F3106

Tints of Myrtle #0F3106

Color information

#0F3106 (or 0x0F3106) is unknown color: approx Myrtle. HEX triplet: 0F, 31 and 06. RGB value is (15,49,6). Sum of RGB (Red+Green+Blue) = 15+49+6=70 (9% of max value = 765). Red value is 15 (6.25% from 255 or 21.43% from 70); Green value is 49 (19.53% from 255 or 70% from 70); Blue value is 6 (2.73% from 255 or 8.57% from 70); Max value from RGB is 49 - color contains mainly: green. Hex color #0F3106 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #0F3106 is #F0CEF9. Grayscale: #222222. Windows color (decimal): -15781626 or 405775. OLE color: 405775.

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

Color convert

RGB15496-
CMYK0.6900.880.81
HSL107.44º78.18%10.78%-
HSV(B)107.44º87.76%19.22%-
XYZ1.332.310.55-
YUV33.93112.24114.5-

RGB Variations

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

RGB

RED value IS 15 (6.25% from 255) = 21.43%
GREEN value IS 49 (19.53% from 255) = 70%
BLUE value IS 6 (2.73% from 255) = 8.57%
R=21.43%
G=70%
B=8.57%

CMYK

C (Cyan) values IS 0.69
M (Magenta) values IS 0
Y (Yellow) values IS 0.88
K (Black) values IS 0.81
SystemRedGreenBlueCMYKHSL
Decimal154960.6900.880.81107.4478.1810.78
HexF31645058516b4eb
Octal17616105013012115311613
Binary11111100011101000101010110001010001110101110011101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0F3106

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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