#0D3805

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

Shades of Myrtle #0D3805

Tints of Myrtle #0D3805

Color information

#0D3805 (or 0x0D3805) is unknown color: approx Myrtle. HEX triplet: 0D, 38 and 05. RGB value is (13,56,5). Sum of RGB (Red+Green+Blue) = 13+56+5=74 (9% of max value = 765). Red value is 13 (5.47% from 255 or 17.57% from 74); Green value is 56 (22.27% from 255 or 75.68% from 74); Blue value is 5 (2.34% from 255 or 6.76% from 74); Max value from RGB is 56 - color contains mainly: green. Hex color #0D3805 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #0D3805 is #F2C7FA. Grayscale: #252525. Windows color (decimal): -15910907 or 342029. OLE color: 342029.

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

Color convert

RGB13565-
CMYK0.7700.910.78
HSL110.59º83.61%11.96%-
HSV(B)110.59º91.07%21.96%-
XYZ1.612.920.62-
YUV37.33109.75110.65-

RGB Variations

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

RGB

RED value IS 13 (5.47% from 255) = 17.57%
GREEN value IS 56 (22.27% from 255) = 75.68%
BLUE value IS 5 (2.34% from 255) = 6.76%
R=17.57%
G=75.68%
B=6.76%

CMYK

C (Cyan) values IS 0.77
M (Magenta) values IS 0
Y (Yellow) values IS 0.91
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal135650.7700.910.78110.5983.6111.96
HexD3854D05B4E6f54c
Octal15705115013311615712414
Binary11011110001011001101010110111001110110111110101001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0D3805

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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