#0F4512

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

Shades of Myrtle #0F4512

Tints of Myrtle #0F4512

Color information

#0F4512 (or 0x0F4512) is unknown color: approx Myrtle. HEX triplet: 0F, 45 and 12. RGB value is (15,69,18). Sum of RGB (Red+Green+Blue) = 15+69+18=102 (13% of max value = 765). Red value is 15 (6.25% from 255 or 14.71% from 102); Green value is 69 (27.34% from 255 or 67.65% from 102); Blue value is 18 (7.42% from 255 or 17.65% from 102); Max value from RGB is 69 - color contains mainly: green. Hex color #0F4512 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #0F4512 is #F0BAED. Grayscale: #2F2F2F. Windows color (decimal): -15776494 or 1197327. OLE color: 1197327.

HSL color Cylindrical-coordinate representation of color #0F4512: hue angle of 123.33º 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 #0F4512 is Cyan = 0.78, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.73.

Color convert

RGB156918-
CMYK0.7800.740.73
HSL123.33º64.29%16.47%-
HSV(B)123.33º78.26%27.06%-
XYZ2.434.41.29-
YUV47.04111.61105.15-

RGB Variations

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

RGB

RED value IS 15 (6.25% from 255) = 14.71%
GREEN value IS 69 (27.34% from 255) = 67.65%
BLUE value IS 18 (7.42% from 255) = 17.65%
R=14.71%
G=67.65%
B=17.65%

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
Decimal1569180.7800.740.73123.3364.2916.47
HexF45124E04A497b4010
Octal1710522116011211117310020
Binary111110001011001010011100100101010010011111011100000010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0F4512

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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