#0F500D

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

Shades of Myrtle #0F500D

Tints of Myrtle #0F500D

Color information

#0F500D (or 0x0F500D) is unknown color: approx Myrtle. HEX triplet: 0F, 50 and 0D. RGB value is (15,80,13). Sum of RGB (Red+Green+Blue) = 15+80+13=108 (14% of max value = 765). Red value is 15 (6.25% from 255 or 13.89% from 108); Green value is 80 (31.64% from 255 or 74.07% from 108); Blue value is 13 (5.47% from 255 or 12.04% from 108); Max value from RGB is 80 - color contains mainly: green. Hex color #0F500D is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #0F500D is #F0AFF2. Grayscale: #353535. Windows color (decimal): -15773683 or 872463. OLE color: 872463.

HSL color Cylindrical-coordinate representation of color #0F500D: hue angle of 118.21º degrees, saturation: 0.72, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #0F500D is Cyan = 0.81, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.69.

Color convert

RGB158013-
CMYK0.8100.840.69
HSL118.21º72.04%18.24%-
HSV(B)118.21º83.75%31.37%-
XYZ3.145.871.35-
YUV52.93105.47100.95-

RGB Variations

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

RGB

RED value IS 15 (6.25% from 255) = 13.89%
GREEN value IS 80 (31.64% from 255) = 74.07%
BLUE value IS 13 (5.47% from 255) = 12.04%
R=13.89%
G=74.07%
B=12.04%

CMYK

C (Cyan) values IS 0.81
M (Magenta) values IS 0
Y (Yellow) values IS 0.84
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal1580130.8100.840.69118.2172.0418.24
HexF50D5105445764812
Octal1712015121012410516611022
Binary11111010000110110100010101010010001011110110100100010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0F500D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(15,80,13); }

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

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

 a { background-color: rgb(15,80,13); }

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

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

 span { border-color: rgb(15,80,13); }

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