#0F320D

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

Shades of Myrtle #0F320D

Tints of Myrtle #0F320D

Color information

#0F320D (or 0x0F320D) is unknown color: approx Myrtle. HEX triplet: 0F, 32 and 0D. RGB value is (15,50,13). Sum of RGB (Red+Green+Blue) = 15+50+13=78 (10% of max value = 765). Red value is 15 (6.25% from 255 or 19.23% from 78); Green value is 50 (19.92% from 255 or 64.10% from 78); Blue value is 13 (5.47% from 255 or 16.67% from 78); Max value from RGB is 50 - color contains mainly: green. Hex color #0F320D is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #0F320D is #F0CDF2. Grayscale: #232323. Windows color (decimal): -15781363 or 864783. OLE color: 864783.

HSL color Cylindrical-coordinate representation of color #0F320D: hue angle of 116.76º degrees, saturation: 0.59, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #0F320D is Cyan = 0.70, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.80.

Color convert

RGB155013-
CMYK0.7000.740.80
HSL116.76º58.73%12.35%-
HSV(B)116.76º74%19.61%-
XYZ1.412.410.77-
YUV35.32115.4113.51-

RGB Variations

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

RGB

RED value IS 15 (6.25% from 255) = 19.23%
GREEN value IS 50 (19.92% from 255) = 64.10%
BLUE value IS 13 (5.47% from 255) = 16.67%
R=19.23%
G=64.10%
B=16.67%

CMYK

C (Cyan) values IS 0.70
M (Magenta) values IS 0
Y (Yellow) values IS 0.74
K (Black) values IS 0.80
SystemRedGreenBlueCMYKHSL
Decimal1550130.7000.740.80116.7658.7312.35
HexF32D4604A50753bc
Octal17621510601121201657314
Binary11111100101101100011001001010101000011101011110111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0F320D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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