#0D3904

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

Shades of Myrtle #0D3904

Tints of Myrtle #0D3904

Color information

#0D3904 (or 0x0D3904) is unknown color: approx Myrtle. HEX triplet: 0D, 39 and 04. RGB value is (13,57,4). Sum of RGB (Red+Green+Blue) = 13+57+4=74 (9% of max value = 765). Red value is 13 (5.47% from 255 or 17.57% from 74); Green value is 57 (22.66% from 255 or 77.03% from 74); Blue value is 4 (1.95% from 255 or 5.41% from 74); Max value from RGB is 57 - color contains mainly: green. Hex color #0D3904 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #0D3904 is #F2C6FB. Grayscale: #252525. Windows color (decimal): -15910652 or 276749. OLE color: 276749.

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

Color convert

RGB13574-
CMYK0.7700.930.78
HSL109.81º86.89%11.96%-
HSV(B)109.81º92.98%22.35%-
XYZ1.653.020.61-
YUV37.8108.92110.31-

RGB Variations

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

RGB

RED value IS 13 (5.47% from 255) = 17.57%
GREEN value IS 57 (22.66% from 255) = 77.03%
BLUE value IS 4 (1.95% from 255) = 5.41%
R=17.57%
G=77.03%
B=5.41%

CMYK

C (Cyan) values IS 0.77
M (Magenta) values IS 0
Y (Yellow) values IS 0.93
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal135740.7700.930.78109.8186.8911.96
HexD3944D05D4E6e57c
Octal15714115013511615612714
Binary11011110011001001101010111011001110110111010101111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0D3904

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(13,57,4); }

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

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

 a { background-color: rgb(13,57,4); }

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

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

 span { border-color: rgb(13,57,4); }

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