#0F550D

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

Shades of Myrtle #0F550D

Tints of Myrtle #0F550D

Color information

#0F550D (or 0x0F550D) is unknown color: approx Myrtle. HEX triplet: 0F, 55 and 0D. RGB value is (15,85,13). Sum of RGB (Red+Green+Blue) = 15+85+13=113 (14% of max value = 765). Red value is 15 (6.25% from 255 or 13.27% from 113); Green value is 85 (33.59% from 255 or 75.22% from 113); Blue value is 13 (5.47% from 255 or 11.50% from 113); Max value from RGB is 85 - color contains mainly: green. Hex color #0F550D is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #0F550D is #F0AAF2. Grayscale: #383838. Windows color (decimal): -15772403 or 873743. OLE color: 873743.

HSL color Cylindrical-coordinate representation of color #0F550D: hue angle of 118.33º 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 #0F550D is Cyan = 0.82, Magento = 0, Yellow = 0.85 and Black (K on CMYK) = 0.67.

Color convert

RGB158513-
CMYK0.8200.850.67
HSL118.33º73.47%19.22%-
HSV(B)118.33º84.71%33.33%-
XYZ3.526.631.47-
YUV55.86103.8198.85-

RGB Variations

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

RGB

RED value IS 15 (6.25% from 255) = 13.27%
GREEN value IS 85 (33.59% from 255) = 75.22%
BLUE value IS 13 (5.47% from 255) = 11.50%
R=13.27%
G=75.22%
B=11.50%

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
Decimal1585130.8200.850.67118.3373.4719.22
HexF55D5205543764913
Octal1712515122012510316611123
Binary11111010101110110100100101010110000111110110100100110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0F550D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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