#0F4111

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

Shades of Myrtle #0F4111

Tints of Myrtle #0F4111

Color information

#0F4111 (or 0x0F4111) is unknown color: approx Myrtle. HEX triplet: 0F, 41 and 11. RGB value is (15,65,17). Sum of RGB (Red+Green+Blue) = 15+65+17=97 (12% of max value = 765). Red value is 15 (6.25% from 255 or 15.46% from 97); Green value is 65 (25.78% from 255 or 67.01% from 97); Blue value is 17 (7.03% from 255 or 17.53% from 97); Max value from RGB is 65 - color contains mainly: green. Hex color #0F4111 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #0F4111 is #F0BEEE. Grayscale: #2C2C2C. Windows color (decimal): -15777519 or 1130767. OLE color: 1130767.

HSL color Cylindrical-coordinate representation of color #0F4111: hue angle of 122.4º degrees, saturation: 0.62, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #0F4111 is Cyan = 0.77, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.75.

Color convert

RGB156517-
CMYK0.7700.740.75
HSL122.4º62.5%15.69%-
HSV(B)122.4º76.92%25.49%-
XYZ2.193.921.17-
YUV44.58112.44106.9-

RGB Variations

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

RGB

RED value IS 15 (6.25% from 255) = 15.46%
GREEN value IS 65 (25.78% from 255) = 67.01%
BLUE value IS 17 (7.03% from 255) = 17.53%
R=15.46%
G=67.01%
B=17.53%

CMYK

C (Cyan) values IS 0.77
M (Magenta) values IS 0
Y (Yellow) values IS 0.74
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal1565170.7700.740.75122.462.515.69
HexF41114D04A4B7a3e10
Octal171012111501121131727620
Binary11111000001100011001101010010101001011111101011111010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0F4111

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(15,65,17); }

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

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

 a { background-color: rgb(15,65,17); }

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

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

 span { border-color: rgb(15,65,17); }

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