#013806

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

Shades of Myrtle #013806

Tints of Myrtle #013806

Color information

#013806 (or 0x013806) is unknown color: approx Myrtle. HEX triplet: 01, 38 and 06. RGB value is (1,56,6). Sum of RGB (Red+Green+Blue) = 1+56+6=63 (8% of max value = 765). Red value is 1 (0.78% from 255 or 1.59% from 63); Green value is 56 (22.27% from 255 or 88.89% from 63); Blue value is 6 (2.73% from 255 or 9.52% from 63); Max value from RGB is 56 - color contains mainly: green. Hex color #013806 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #013806 is #FEC7F9. Grayscale: #212121. Windows color (decimal): -16697338 or 407553. OLE color: 407553.

HSL color Cylindrical-coordinate representation of color #013806: hue angle of 125.45º degrees, saturation: 0.96, 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 #013806 is Cyan = 0.98, Magento = 0, Yellow = 0.89 and Black (K on CMYK) = 0.78.

Color convert

RGB1566-
CMYK0.9800.890.78
HSL125.45º96.49%11.18%-
HSV(B)125.45º98.21%21.96%-
XYZ1.462.850.65-
YUV33.85112.28104.57-

RGB Variations

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

RGB

RED value IS 1 (0.78% from 255) = 1.59%
GREEN value IS 56 (22.27% from 255) = 88.89%
BLUE value IS 6 (2.73% from 255) = 9.52%
R=1.59%
G=88.89%
B=9.52%

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
Decimal15660.9800.890.78125.4596.4911.18
Hex1386620594E7d60b
Octal1706142013111617514013
Binary11110001101100010010110011001110111110111000001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #013806

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #013806; }

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

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

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

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

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

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

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

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