#0F4815

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

Shades of Myrtle #0F4815

Tints of Myrtle #0F4815

Color information

#0F4815 (or 0x0F4815) is unknown color: approx Myrtle. HEX triplet: 0F, 48 and 15. RGB value is (15,72,21). Sum of RGB (Red+Green+Blue) = 15+72+21=108 (14% of max value = 765). Red value is 15 (6.25% from 255 or 13.89% from 108); Green value is 72 (28.52% from 255 or 66.67% from 108); Blue value is 21 (8.59% from 255 or 19.44% from 108); Max value from RGB is 72 - color contains mainly: green. Hex color #0F4815 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #0F4815 is #F0B7EA. Grayscale: #313131. Windows color (decimal): -15775723 or 1394703. OLE color: 1394703.

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

Color convert

RGB157221-
CMYK0.7900.710.72
HSL126.32º65.52%17.06%-
HSV(B)126.32º79.17%28.24%-
XYZ2.654.791.49-
YUV49.14112.12103.65-

RGB Variations

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

RGB

RED value IS 15 (6.25% from 255) = 13.89%
GREEN value IS 72 (28.52% from 255) = 66.67%
BLUE value IS 21 (8.59% from 255) = 19.44%
R=13.89%
G=66.67%
B=19.44%

CMYK

C (Cyan) values IS 0.79
M (Magenta) values IS 0
Y (Yellow) values IS 0.71
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal1572210.7900.710.72126.3265.5217.06
HexF48154F047487e4211
Octal1711025117010711017610221
Binary111110010001010110011110100011110010001111110100001010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0F4815

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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