#0D3706

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

Shades of Myrtle #0D3706

Tints of Myrtle #0D3706

Color information

#0D3706 (or 0x0D3706) is unknown color: approx Myrtle. HEX triplet: 0D, 37 and 06. RGB value is (13,55,6). Sum of RGB (Red+Green+Blue) = 13+55+6=74 (9% of max value = 765). Red value is 13 (5.47% from 255 or 17.57% from 74); Green value is 55 (21.88% from 255 or 74.32% from 74); Blue value is 6 (2.73% from 255 or 8.11% from 74); Max value from RGB is 55 - color contains mainly: green. Hex color #0D3706 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #0D3706 is #F2C8F9. Grayscale: #252525. Windows color (decimal): -15911162 or 407309. OLE color: 407309.

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

Color convert

RGB13556-
CMYK0.7600.890.78
HSL111.43º80.33%11.96%-
HSV(B)111.43º89.09%21.57%-
XYZ1.572.830.64-
YUV36.86110.59110.98-

RGB Variations

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

RGB

RED value IS 13 (5.47% from 255) = 17.57%
GREEN value IS 55 (21.88% from 255) = 74.32%
BLUE value IS 6 (2.73% from 255) = 8.11%
R=17.57%
G=74.32%
B=8.11%

CMYK

C (Cyan) values IS 0.76
M (Magenta) values IS 0
Y (Yellow) values IS 0.89
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal135560.7600.890.78111.4380.3311.96
HexD3764C0594E6f50c
Octal15676114013111615712014
Binary11011101111101001100010110011001110110111110100001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0D3706

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(13,55,6); }

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

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

 a { background-color: rgb(13,55,6); }

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

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

 span { border-color: rgb(13,55,6); }

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