#0D3809

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

Shades of Myrtle #0D3809

Tints of Myrtle #0D3809

Color information

#0D3809 (or 0x0D3809) is unknown color: approx Myrtle. HEX triplet: 0D, 38 and 09. RGB value is (13,56,9). Sum of RGB (Red+Green+Blue) = 13+56+9=78 (10% of max value = 765). Red value is 13 (5.47% from 255 or 16.67% from 78); Green value is 56 (22.27% from 255 or 71.79% from 78); Blue value is 9 (3.91% from 255 or 11.54% from 78); Max value from RGB is 56 - color contains mainly: green. Hex color #0D3809 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #0D3809 is #F2C7F6. Grayscale: #252525. Windows color (decimal): -15910903 or 604173. OLE color: 604173.

HSL color Cylindrical-coordinate representation of color #0D3809: hue angle of 114.89º degrees, saturation: 0.72, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #0D3809 is Cyan = 0.77, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.78.

Color convert

RGB13569-
CMYK0.7700.840.78
HSL114.89º72.31%12.75%-
HSV(B)114.89º83.93%21.96%-
XYZ1.632.930.74-
YUV37.79111.75110.32-

RGB Variations

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

RGB

RED value IS 13 (5.47% from 255) = 16.67%
GREEN value IS 56 (22.27% from 255) = 71.79%
BLUE value IS 9 (3.91% from 255) = 11.54%
R=16.67%
G=71.79%
B=11.54%

CMYK

C (Cyan) values IS 0.77
M (Magenta) values IS 0
Y (Yellow) values IS 0.84
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal135690.7700.840.78114.8972.3112.75
HexD3894D0544E7348d
Octal157011115012411616311015
Binary110111100010011001101010101001001110111001110010001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0D3809

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(13,56,9); }

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

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

 a { background-color: rgb(13,56,9); }

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

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

 span { border-color: rgb(13,56,9); }

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