#0D180C

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

Shades of Myrtle #0D180C

Tints of Myrtle #0D180C

Color information

#0D180C (or 0x0D180C) is unknown color: approx Myrtle. HEX triplet: 0D, 18 and 0C. RGB value is (13,24,12). Sum of RGB (Red+Green+Blue) = 13+24+12=49 (6% of max value = 765). Red value is 13 (5.47% from 255 or 26.53% from 49); Green value is 24 (9.77% from 255 or 48.98% from 49); Blue value is 12 (5.08% from 255 or 24.49% from 49); Max value from RGB is 24 - color contains mainly: green. Hex color #0D180C is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #0D180C is #F2E7F3. Grayscale: #131313. Windows color (decimal): -15919092 or 792589. OLE color: 792589.

HSL color Cylindrical-coordinate representation of color #0D180C: hue angle of 115º degrees, saturation: 0.33, lightness: 0.07%. HSV value (or HSB Brightness) of color is 0.09% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #0D180C is Cyan = 0.46, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.91.

Color convert

RGB132412-
CMYK0.4600.500.91
HSL115º33.33%7.06%-
HSV(B)115º50%9.41%-
XYZ0.560.770.47-
YUV19.34123.86123.48-

RGB Variations

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

RGB

RED value IS 13 (5.47% from 255) = 26.53%
GREEN value IS 24 (9.77% from 255) = 48.98%
BLUE value IS 12 (5.08% from 255) = 24.49%
R=26.53%
G=48.98%
B=24.49%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0
Y (Yellow) values IS 0.50
K (Black) values IS 0.91
SystemRedGreenBlueCMYKHSL
Decimal1324120.4600.500.9111533.337.06
HexD18C2E0325B73217
Octal15301456062133163417
Binary1101110001100101110011001010110111110011100001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0D180C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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