#0D210C

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

Shades of Myrtle #0D210C

Tints of Myrtle #0D210C

Color information

#0D210C (or 0x0D210C) is unknown color: approx Myrtle. HEX triplet: 0D, 21 and 0C. RGB value is (13,33,12). Sum of RGB (Red+Green+Blue) = 13+33+12=58 (7% of max value = 765). Red value is 13 (5.47% from 255 or 22.41% from 58); Green value is 33 (13.28% from 255 or 56.90% from 58); Blue value is 12 (5.08% from 255 or 20.69% from 58); Max value from RGB is 33 - color contains mainly: green. Hex color #0D210C is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #0D210C is #F2DEF3. Grayscale: #181818. Windows color (decimal): -15916788 or 794893. OLE color: 794893.

HSL color Cylindrical-coordinate representation of color #0D210C: hue angle of 117.14º degrees, saturation: 0.47, lightness: 0.09%. HSV value (or HSB Brightness) of color is 0.13% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #0D210C is Cyan = 0.61, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.87.

Color convert

RGB133312-
CMYK0.6100.640.87
HSL117.14º46.67%8.82%-
HSV(B)117.14º63.64%12.94%-
XYZ0.781.20.54-
YUV24.63120.87119.71-

RGB Variations

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

RGB

RED value IS 13 (5.47% from 255) = 22.41%
GREEN value IS 33 (13.28% from 255) = 56.90%
BLUE value IS 12 (5.08% from 255) = 20.69%
R=22.41%
G=56.90%
B=20.69%

CMYK

C (Cyan) values IS 0.61
M (Magenta) values IS 0
Y (Yellow) values IS 0.64
K (Black) values IS 0.87
SystemRedGreenBlueCMYKHSL
Decimal1333120.6100.640.87117.1446.678.82
HexD21C3D04057752f9
Octal1541147501001271655711
Binary1101100001110011110101000000101011111101011011111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0D210C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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