#0F540D

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

Shades of Myrtle #0F540D

Tints of Myrtle #0F540D

Color information

#0F540D (or 0x0F540D) is unknown color: approx Myrtle. HEX triplet: 0F, 54 and 0D. RGB value is (15,84,13). Sum of RGB (Red+Green+Blue) = 15+84+13=112 (14% of max value = 765). Red value is 15 (6.25% from 255 or 13.39% from 112); Green value is 84 (33.20% from 255 or 75% from 112); Blue value is 13 (5.47% from 255 or 11.61% from 112); Max value from RGB is 84 - color contains mainly: green. Hex color #0F540D is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #0F540D is #F0ABF2. Grayscale: #373737. Windows color (decimal): -15772659 or 873487. OLE color: 873487.

HSL color Cylindrical-coordinate representation of color #0F540D: hue angle of 118.31º degrees, saturation: 0.73, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #0F540D is Cyan = 0.82, Magento = 0, Yellow = 0.85 and Black (K on CMYK) = 0.67.

Color convert

RGB158413-
CMYK0.8200.850.67
HSL118.31º73.2%19.02%-
HSV(B)118.31º84.52%32.94%-
XYZ3.446.471.45-
YUV55.28104.1499.27-

RGB Variations

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

RGB

RED value IS 15 (6.25% from 255) = 13.39%
GREEN value IS 84 (33.20% from 255) = 75%
BLUE value IS 13 (5.47% from 255) = 11.61%
R=13.39%
G=75%
B=11.61%

CMYK

C (Cyan) values IS 0.82
M (Magenta) values IS 0
Y (Yellow) values IS 0.85
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal1584130.8200.850.67118.3173.219.02
HexF54D5205543764913
Octal1712415122012510316611123
Binary11111010100110110100100101010110000111110110100100110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0F540D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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