#0F4011

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

Shades of Myrtle #0F4011

Tints of Myrtle #0F4011

Color information

#0F4011 (or 0x0F4011) is unknown color: approx Myrtle. HEX triplet: 0F, 40 and 11. RGB value is (15,64,17). Sum of RGB (Red+Green+Blue) = 15+64+17=96 (12% of max value = 765). Red value is 15 (6.25% from 255 or 15.62% from 96); Green value is 64 (25.39% from 255 or 66.67% from 96); Blue value is 17 (7.03% from 255 or 17.71% from 96); Max value from RGB is 64 - color contains mainly: green. Hex color #0F4011 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #0F4011 is #F0BFEE. Grayscale: #2C2C2C. Windows color (decimal): -15777775 or 1130511. OLE color: 1130511.

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

Color convert

RGB156417-
CMYK0.7700.730.75
HSL122.45º62.03%15.49%-
HSV(B)122.45º76.56%25.1%-
XYZ2.133.811.15-
YUV43.99112.77107.32-

RGB Variations

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

RGB

RED value IS 15 (6.25% from 255) = 15.62%
GREEN value IS 64 (25.39% from 255) = 66.67%
BLUE value IS 17 (7.03% from 255) = 17.71%
R=15.62%
G=66.67%
B=17.71%

CMYK

C (Cyan) values IS 0.77
M (Magenta) values IS 0
Y (Yellow) values IS 0.73
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal1564170.7700.730.75122.4562.0315.49
HexF40114D0494B7a3ef
Octal171002111501111131727617
Binary1111100000010001100110101001001100101111110101111101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0F4011

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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