#0D500F

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

Shades of Myrtle #0D500F

Tints of Myrtle #0D500F

Color information

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

HSL color Cylindrical-coordinate representation of color #0D500F: hue angle of 121.79º 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 #0D500F is Cyan = 0.84, Magento = 0, Yellow = 0.81 and Black (K on CMYK) = 0.69.

Color convert

RGB138015-
CMYK0.8400.810.69
HSL121.79º72.04%18.24%-
HSV(B)121.79º83.75%31.37%-
XYZ3.125.861.42-
YUV52.56106.899.79-

RGB Variations

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

RGB

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

CMYK

C (Cyan) values IS 0.84
M (Magenta) values IS 0
Y (Yellow) values IS 0.81
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal1380150.8400.810.69121.7972.0418.24
HexD50F54051457a4812
Octal1512017124012110517211022
Binary11011010000111110101000101000110001011111010100100010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0D500F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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