#0F5212

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

Shades of Myrtle #0F5212

Tints of Myrtle #0F5212

Color information

#0F5212 (or 0x0F5212) is unknown color: approx Myrtle. HEX triplet: 0F, 52 and 12. RGB value is (15,82,18). Sum of RGB (Red+Green+Blue) = 15+82+18=115 (15% of max value = 765). Red value is 15 (6.25% from 255 or 13.04% from 115); Green value is 82 (32.42% from 255 or 71.30% from 115); Blue value is 18 (7.42% from 255 or 15.65% from 115); Max value from RGB is 82 - color contains mainly: green. Hex color #0F5212 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #0F5212 is #F0ADED. Grayscale: #363636. Windows color (decimal): -15773166 or 1200655. OLE color: 1200655.

HSL color Cylindrical-coordinate representation of color #0F5212: hue angle of 122.69º degrees, saturation: 0.69, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #0F5212 is Cyan = 0.82, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.68.

Color convert

RGB158218-
CMYK0.8200.780.68
HSL122.69º69.07%19.02%-
HSV(B)122.69º81.71%32.16%-
XYZ3.326.181.59-
YUV54.67107.399.7-

RGB Variations

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

RGB

RED value IS 15 (6.25% from 255) = 13.04%
GREEN value IS 82 (32.42% from 255) = 71.30%
BLUE value IS 18 (7.42% from 255) = 15.65%
R=13.04%
G=71.30%
B=15.65%

CMYK

C (Cyan) values IS 0.82
M (Magenta) values IS 0
Y (Yellow) values IS 0.78
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal1582180.8200.780.68122.6969.0719.02
HexF52125204E447b4513
Octal1712222122011610417310523
Binary111110100101001010100100100111010001001111011100010110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0F5212

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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