#0F4412

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

Shades of Myrtle #0F4412

Tints of Myrtle #0F4412

Color information

#0F4412 (or 0x0F4412) is unknown color: approx Myrtle. HEX triplet: 0F, 44 and 12. RGB value is (15,68,18). Sum of RGB (Red+Green+Blue) = 15+68+18=101 (13% of max value = 765). Red value is 15 (6.25% from 255 or 14.85% from 101); Green value is 68 (26.95% from 255 or 67.33% from 101); Blue value is 18 (7.42% from 255 or 17.82% from 101); Max value from RGB is 68 - color contains mainly: green. Hex color #0F4412 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #0F4412 is #F0BBED. Grayscale: #2E2E2E. Windows color (decimal): -15776750 or 1197071. OLE color: 1197071.

HSL color Cylindrical-coordinate representation of color #0F4412: hue angle of 123.4º degrees, saturation: 0.64, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #0F4412 is Cyan = 0.78, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.73.

Color convert

RGB156818-
CMYK0.7800.740.73
HSL123.4º63.86%16.27%-
HSV(B)123.4º77.94%26.67%-
XYZ2.374.281.27-
YUV46.45111.94105.57-

RGB Variations

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

RGB

RED value IS 15 (6.25% from 255) = 14.85%
GREEN value IS 68 (26.95% from 255) = 67.33%
BLUE value IS 18 (7.42% from 255) = 17.82%
R=14.85%
G=67.33%
B=17.82%

CMYK

C (Cyan) values IS 0.78
M (Magenta) values IS 0
Y (Yellow) values IS 0.74
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal1568180.7800.740.73123.463.8616.27
HexF44124E04A497b4010
Octal1710422116011211117310020
Binary111110001001001010011100100101010010011111011100000010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0F4412

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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