#0D1D07

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

Shades of Myrtle #0D1D07

Tints of Myrtle #0D1D07

Color information

#0D1D07 (or 0x0D1D07) is unknown color: approx Myrtle. HEX triplet: 0D, 1D and 07. RGB value is (13,29,7). Sum of RGB (Red+Green+Blue) = 13+29+7=49 (6% of max value = 765). Red value is 13 (5.47% from 255 or 26.53% from 49); Green value is 29 (11.72% from 255 or 59.18% from 49); Blue value is 7 (3.12% from 255 or 14.29% from 49); Max value from RGB is 29 - color contains mainly: green. Hex color #0D1D07 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #0D1D07 is #F2E2F8. Grayscale: #151515. Windows color (decimal): -15917817 or 466189. OLE color: 466189.

HSL color Cylindrical-coordinate representation of color #0D1D07: hue angle of 103.64º degrees, saturation: 0.61, lightness: 0.07%. HSV value (or HSB Brightness) of color is 0.11% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #0D1D07 is Cyan = 0.55, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.89.

Color convert

RGB13297-
CMYK0.5500.760.89
HSL103.64º61.11%7.06%-
HSV(B)103.64º75.86%11.37%-
XYZ0.640.980.36-
YUV21.71119.7121.79-

RGB Variations

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

RGB

RED value IS 13 (5.47% from 255) = 26.53%
GREEN value IS 29 (11.72% from 255) = 59.18%
BLUE value IS 7 (3.12% from 255) = 14.29%
R=26.53%
G=59.18%
B=14.29%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0
Y (Yellow) values IS 0.76
K (Black) values IS 0.89
SystemRedGreenBlueCMYKHSL
Decimal132970.5500.760.89103.6461.117.06
HexD1D73704C59683d7
Octal15357670114131150757
Binary1101111011111101110100110010110011101000111101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0D1D07

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(13,29,7); }

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

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

 a { background-color: rgb(13,29,7); }

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

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

 span { border-color: rgb(13,29,7); }

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