#0D3110

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

Shades of Myrtle #0D3110

Tints of Myrtle #0D3110

Color information

#0D3110 (or 0x0D3110) is unknown color: approx Myrtle. HEX triplet: 0D, 31 and 10. RGB value is (13,49,16). Sum of RGB (Red+Green+Blue) = 13+49+16=78 (10% of max value = 765). Red value is 13 (5.47% from 255 or 16.67% from 78); Green value is 49 (19.53% from 255 or 62.82% from 78); Blue value is 16 (6.64% from 255 or 20.51% from 78); Max value from RGB is 49 - color contains mainly: green. Hex color #0D3110 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #0D3110 is #F2CEEF. Grayscale: #222222. Windows color (decimal): -15912688 or 1061133. OLE color: 1061133.

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

Color convert

RGB134916-
CMYK0.7300.670.81
HSL125º58.06%12.16%-
HSV(B)125º73.47%19.22%-
XYZ1.362.320.87-
YUV34.47117.57112.68-

RGB Variations

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

RGB

RED value IS 13 (5.47% from 255) = 16.67%
GREEN value IS 49 (19.53% from 255) = 62.82%
BLUE value IS 16 (6.64% from 255) = 20.51%
R=16.67%
G=62.82%
B=20.51%

CMYK

C (Cyan) values IS 0.73
M (Magenta) values IS 0
Y (Yellow) values IS 0.67
K (Black) values IS 0.81
SystemRedGreenBlueCMYKHSL
Decimal1349160.7300.670.8112558.0612.16
HexD311049043517d3ac
Octal15612011101031211757214
Binary110111000110000100100101000011101000111111011110101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0D3110

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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