#013101

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

Shades of Myrtle #013101

Tints of Myrtle #013101

Color information

#013101 (or 0x013101) is unknown color: approx Myrtle. HEX triplet: 01, 31 and 01. RGB value is (1,49,1). Sum of RGB (Red+Green+Blue) = 1+49+1=51 (6% of max value = 765). Red value is 1 (0.78% from 255 or 1.96% from 51); Green value is 49 (19.53% from 255 or 96.08% from 51); Blue value is 1 (0.78% from 255 or 1.96% from 51); Max value from RGB is 49 - color contains mainly: green. Hex color #013101 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #013101 is #FECEFE. Grayscale: #1D1D1D. Windows color (decimal): -16699135 or 78081. OLE color: 78081.

HSL color Cylindrical-coordinate representation of color #013101: hue angle of 120º degrees, saturation: 0.96, lightness: 0.1%. HSV value (or HSB Brightness) of color is 0.19% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #013101 is Cyan = 0.98, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.81.

Color convert

RGB1491-
CMYK0.9800.980.81
HSL120º96%9.8%-
HSV(B)120º97.96%19.22%-
XYZ1.122.210.4-
YUV29.18112.1107.9-

RGB Variations

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

RGB

RED value IS 1 (0.78% from 255) = 1.96%
GREEN value IS 49 (19.53% from 255) = 96.08%
BLUE value IS 1 (0.78% from 255) = 1.96%
R=1.96%
G=96.08%
B=1.96%

CMYK

C (Cyan) values IS 0.98
M (Magenta) values IS 0
Y (Yellow) values IS 0.98
K (Black) values IS 0.81
SystemRedGreenBlueCMYKHSL
Decimal14910.9800.980.81120969.8
Hex131162062517860a
Octal1611142014212117014012
Binary111000111100010011000101010001111100011000001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #013101

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #013101; }

 p { color: rgb(1,49,1); }

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

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

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

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

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

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

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