#0D3103

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

Shades of Myrtle #0D3103

Tints of Myrtle #0D3103

Color information

#0D3103 (or 0x0D3103) is unknown color: approx Myrtle. HEX triplet: 0D, 31 and 03. RGB value is (13,49,3). Sum of RGB (Red+Green+Blue) = 13+49+3=65 (8% of max value = 765). Red value is 13 (5.47% from 255 or 20% from 65); Green value is 49 (19.53% from 255 or 75.38% from 65); Blue value is 3 (1.56% from 255 or 4.62% from 65); Max value from RGB is 49 - color contains mainly: green. Hex color #0D3103 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #0D3103 is #F2CEFC. Grayscale: #212121. Windows color (decimal): -15912701 or 209165. OLE color: 209165.

HSL color Cylindrical-coordinate representation of color #0D3103: hue angle of 106.96º degrees, saturation: 0.88, lightness: 0.1%. HSV value (or HSB Brightness) of color is 0.19% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #0D3103 is Cyan = 0.73, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.81.

Color convert

RGB13493-
CMYK0.7300.940.81
HSL106.96º88.46%10.2%-
HSV(B)106.96º93.88%19.22%-
XYZ1.282.290.46-
YUV32.99111.07113.74-

RGB Variations

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

RGB

RED value IS 13 (5.47% from 255) = 20%
GREEN value IS 49 (19.53% from 255) = 75.38%
BLUE value IS 3 (1.56% from 255) = 4.62%
R=20%
G=75.38%
B=4.62%

CMYK

C (Cyan) values IS 0.73
M (Magenta) values IS 0
Y (Yellow) values IS 0.94
K (Black) values IS 0.81
SystemRedGreenBlueCMYKHSL
Decimal134930.7300.940.81106.9688.4610.2
HexD3134905E516b58a
Octal15613111013612115313012
Binary1101110001111001001010111101010001110101110110001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0D3103

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(13,49,3); }

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

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

 a { background-color: rgb(13,49,3); }

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

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

 span { border-color: rgb(13,49,3); }

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