#0F4113

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

Shades of Myrtle #0F4113

Tints of Myrtle #0F4113

Color information

#0F4113 (or 0x0F4113) is unknown color: approx Myrtle. HEX triplet: 0F, 41 and 13. RGB value is (15,65,19). Sum of RGB (Red+Green+Blue) = 15+65+19=99 (13% of max value = 765). Red value is 15 (6.25% from 255 or 15.15% from 99); Green value is 65 (25.78% from 255 or 65.66% from 99); Blue value is 19 (7.81% from 255 or 19.19% from 99); Max value from RGB is 65 - color contains mainly: green. Hex color #0F4113 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #0F4113 is #F0BEEC. Grayscale: #2C2C2C. Windows color (decimal): -15777517 or 1261839. OLE color: 1261839.

HSL color Cylindrical-coordinate representation of color #0F4113: hue angle of 124.8º 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 #0F4113 is Cyan = 0.77, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.75.

Color convert

RGB156519-
CMYK0.7700.710.75
HSL124.8º62.5%15.69%-
HSV(B)124.8º76.92%25.49%-
XYZ2.23.931.26-
YUV44.81113.44106.74-

RGB Variations

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

RGB

RED value IS 15 (6.25% from 255) = 15.15%
GREEN value IS 65 (25.78% from 255) = 65.66%
BLUE value IS 19 (7.81% from 255) = 19.19%
R=15.15%
G=65.66%
B=19.19%

CMYK

C (Cyan) values IS 0.77
M (Magenta) values IS 0
Y (Yellow) values IS 0.71
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal1565190.7700.710.75124.862.515.69
HexF41134D0474B7d3e10
Octal171012311501071131757620
Binary11111000001100111001101010001111001011111110111111010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0F4113

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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