#0D1C0C

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

Shades of Myrtle #0D1C0C

Tints of Myrtle #0D1C0C

Color information

#0D1C0C (or 0x0D1C0C) is unknown color: approx Myrtle. HEX triplet: 0D, 1C and 0C. RGB value is (13,28,12). Sum of RGB (Red+Green+Blue) = 13+28+12=53 (7% of max value = 765). Red value is 13 (5.47% from 255 or 24.53% from 53); Green value is 28 (11.33% from 255 or 52.83% from 53); Blue value is 12 (5.08% from 255 or 22.64% from 53); Max value from RGB is 28 - color contains mainly: green. Hex color #0D1C0C is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #0D1C0C is #F2E3F3. Grayscale: #151515. Windows color (decimal): -15918068 or 793613. OLE color: 793613.

HSL color Cylindrical-coordinate representation of color #0D1C0C: hue angle of 116.25º degrees, saturation: 0.4, lightness: 0.08%. HSV value (or HSB Brightness) of color is 0.11% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #0D1C0C is Cyan = 0.54, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.89.

Color convert

RGB132812-
CMYK0.5400.570.89
HSL116.25º40%7.84%-
HSV(B)116.25º57.14%10.98%-
XYZ0.650.940.5-
YUV21.69122.53121.8-

RGB Variations

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

RGB

RED value IS 13 (5.47% from 255) = 24.53%
GREEN value IS 28 (11.33% from 255) = 52.83%
BLUE value IS 12 (5.08% from 255) = 22.64%
R=24.53%
G=52.83%
B=22.64%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0
Y (Yellow) values IS 0.57
K (Black) values IS 0.89
SystemRedGreenBlueCMYKHSL
Decimal1328120.5400.570.89116.25407.84
HexD1CC360395974288
Octal153414660711311645010
Binary11011110011001101100111001101100111101001010001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0D1C0C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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