#0F470D

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

Shades of Myrtle #0F470D

Tints of Myrtle #0F470D

Color information

#0F470D (or 0x0F470D) is unknown color: approx Myrtle. HEX triplet: 0F, 47 and 0D. RGB value is (15,71,13). Sum of RGB (Red+Green+Blue) = 15+71+13=99 (13% of max value = 765). Red value is 15 (6.25% from 255 or 15.15% from 99); Green value is 71 (28.12% from 255 or 71.72% from 99); Blue value is 13 (5.47% from 255 or 13.13% from 99); Max value from RGB is 71 - color contains mainly: green. Hex color #0F470D is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #0F470D is #F0B8F2. Grayscale: #2F2F2F. Windows color (decimal): -15775987 or 870159. OLE color: 870159.

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

Color convert

RGB157113-
CMYK0.7900.820.72
HSL117.93º69.05%16.47%-
HSV(B)117.93º81.69%27.84%-
XYZ2.524.641.14-
YUV47.64108.45104.72-

RGB Variations

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

RGB

RED value IS 15 (6.25% from 255) = 15.15%
GREEN value IS 71 (28.12% from 255) = 71.72%
BLUE value IS 13 (5.47% from 255) = 13.13%
R=15.15%
G=71.72%
B=13.13%

CMYK

C (Cyan) values IS 0.79
M (Magenta) values IS 0
Y (Yellow) values IS 0.82
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal1571130.7900.820.72117.9369.0516.47
HexF47D4F05248764510
Octal1710715117012211016610520
Binary11111000111110110011110101001010010001110110100010110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0F470D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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