#0F4806

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

Shades of Myrtle #0F4806

Tints of Myrtle #0F4806

Color information

#0F4806 (or 0x0F4806) is unknown color: approx Myrtle. HEX triplet: 0F, 48 and 06. RGB value is (15,72,6). Sum of RGB (Red+Green+Blue) = 15+72+6=93 (12% of max value = 765). Red value is 15 (6.25% from 255 or 16.13% from 93); Green value is 72 (28.52% from 255 or 77.42% from 93); Blue value is 6 (2.73% from 255 or 6.45% from 93); Max value from RGB is 72 - color contains mainly: green. Hex color #0F4806 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #0F4806 is #F0B7F9. Grayscale: #2F2F2F. Windows color (decimal): -15775738 or 411663. OLE color: 411663.

HSL color Cylindrical-coordinate representation of color #0F4806: hue angle of 111.82º degrees, saturation: 0.85, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #0F4806 is Cyan = 0.79, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.72.

Color convert

RGB15726-
CMYK0.7900.920.72
HSL111.82º84.62%15.29%-
HSV(B)111.82º91.67%28.24%-
XYZ2.554.750.95-
YUV47.43104.62104.87-

RGB Variations

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

RGB

RED value IS 15 (6.25% from 255) = 16.13%
GREEN value IS 72 (28.52% from 255) = 77.42%
BLUE value IS 6 (2.73% from 255) = 6.45%
R=16.13%
G=77.42%
B=6.45%

CMYK

C (Cyan) values IS 0.79
M (Magenta) values IS 0
Y (Yellow) values IS 0.92
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal157260.7900.920.72111.8284.6215.29
HexF4864F05C487055f
Octal171106117013411016012517
Binary111110010001101001111010111001001000111000010101011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0F4806

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(15,72,6); }

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

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

 a { background-color: rgb(15,72,6); }

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

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

 span { border-color: rgb(15,72,6); }

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