#0D160C

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

Shades of Myrtle #0D160C

Tints of Myrtle #0D160C

Color information

#0D160C (or 0x0D160C) is unknown color: approx Myrtle. HEX triplet: 0D, 16 and 0C. RGB value is (13,22,12). Sum of RGB (Red+Green+Blue) = 13+22+12=47 (6% of max value = 765). Red value is 13 (5.47% from 255 or 27.66% from 47); Green value is 22 (8.98% from 255 or 46.81% from 47); Blue value is 12 (5.08% from 255 or 25.53% from 47); Max value from RGB is 22 - color contains mainly: green. Hex color #0D160C is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #0D160C is #F2E9F3. Grayscale: #121212. Windows color (decimal): -15919604 or 792077. OLE color: 792077.

HSL color Cylindrical-coordinate representation of color #0D160C: hue angle of 114º degrees, saturation: 0.29, lightness: 0.07%. HSV value (or HSB Brightness) of color is 0.09% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #0D160C is Cyan = 0.41, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.91.

Color convert

RGB132212-
CMYK0.4100.450.91
HSL114º29.41%6.67%-
HSV(B)114º45.45%8.63%-
XYZ0.520.690.45-
YUV18.17124.52124.31-

RGB Variations

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

RGB

RED value IS 13 (5.47% from 255) = 27.66%
GREEN value IS 22 (8.98% from 255) = 46.81%
BLUE value IS 12 (5.08% from 255) = 25.53%
R=27.66%
G=46.81%
B=25.53%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0
Y (Yellow) values IS 0.45
K (Black) values IS 0.91
SystemRedGreenBlueCMYKHSL
Decimal1322120.4100.450.9111429.416.67
HexD16C2902D5B721d7
Octal15261451055133162357
Binary110110110110010100101011011011011111001011101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0D160C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(13,22,12); }

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

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

 a { background-color: rgb(13,22,12); }

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

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

 span { border-color: rgb(13,22,12); }

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