#0F5412

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

Shades of Myrtle #0F5412

Tints of Myrtle #0F5412

Color information

#0F5412 (or 0x0F5412) is unknown color: approx Myrtle. HEX triplet: 0F, 54 and 12. RGB value is (15,84,18). Sum of RGB (Red+Green+Blue) = 15+84+18=117 (15% of max value = 765). Red value is 15 (6.25% from 255 or 12.82% from 117); Green value is 84 (33.20% from 255 or 71.79% from 117); Blue value is 18 (7.42% from 255 or 15.38% from 117); Max value from RGB is 84 - color contains mainly: green. Hex color #0F5412 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #0F5412 is #F0ABED. Grayscale: #383838. Windows color (decimal): -15772654 or 1201167. OLE color: 1201167.

HSL color Cylindrical-coordinate representation of color #0F5412: hue angle of 122.61º degrees, saturation: 0.7, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #0F5412 is Cyan = 0.82, Magento = 0, Yellow = 0.79 and Black (K on CMYK) = 0.67.

Color convert

RGB158418-
CMYK0.8200.790.67
HSL122.61º69.7%19.41%-
HSV(B)122.61º82.14%32.94%-
XYZ3.486.491.64-
YUV55.84106.6498.87-

RGB Variations

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

RGB

RED value IS 15 (6.25% from 255) = 12.82%
GREEN value IS 84 (33.20% from 255) = 71.79%
BLUE value IS 18 (7.42% from 255) = 15.38%
R=12.82%
G=71.79%
B=15.38%

CMYK

C (Cyan) values IS 0.82
M (Magenta) values IS 0
Y (Yellow) values IS 0.79
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal1584180.8200.790.67122.6169.719.41
HexF54125204F437b4613
Octal1712422122011710317310623
Binary111110101001001010100100100111110000111111011100011010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0F5412

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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