#013906

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

Shades of Myrtle #013906

Tints of Myrtle #013906

Color information

#013906 (or 0x013906) is unknown color: approx Myrtle. HEX triplet: 01, 39 and 06. RGB value is (1,57,6). Sum of RGB (Red+Green+Blue) = 1+57+6=64 (8% of max value = 765). Red value is 1 (0.78% from 255 or 1.56% from 64); Green value is 57 (22.66% from 255 or 89.06% from 64); Blue value is 6 (2.73% from 255 or 9.38% from 64); Max value from RGB is 57 - color contains mainly: green. Hex color #013906 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #013906 is #FEC6F9. Grayscale: #222222. Windows color (decimal): -16697082 or 407809. OLE color: 407809.

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

Color convert

RGB1576-
CMYK0.9800.890.78
HSL125.36º96.55%11.37%-
HSV(B)125.36º98.25%22.35%-
XYZ1.512.950.66-
YUV34.44111.95104.15-

RGB Variations

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

RGB

RED value IS 1 (0.78% from 255) = 1.56%
GREEN value IS 57 (22.66% from 255) = 89.06%
BLUE value IS 6 (2.73% from 255) = 9.38%
R=1.56%
G=89.06%
B=9.38%

CMYK

C (Cyan) values IS 0.98
M (Magenta) values IS 0
Y (Yellow) values IS 0.89
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal15760.9800.890.78125.3696.5511.37
Hex1396620594E7d61b
Octal1716142013111617514113
Binary11110011101100010010110011001110111110111000011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #013906

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #013906; }

 p { color: rgb(1,57,6); }

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

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

 a { background-color: rgb(1,57,6); }

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

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

 span { border-color: rgb(1,57,6); }

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