#013001

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

Shades of Myrtle #013001

Tints of Myrtle #013001

Color information

#013001 (or 0x013001) is unknown color: approx Myrtle. HEX triplet: 01, 30 and 01. RGB value is (1,48,1). Sum of RGB (Red+Green+Blue) = 1+48+1=50 (6% of max value = 765). Red value is 1 (0.78% from 255 or 2% from 50); Green value is 48 (19.14% from 255 or 96% from 50); Blue value is 1 (0.78% from 255 or 2% from 50); Max value from RGB is 48 - color contains mainly: green. Hex color #013001 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #013001 is #FECFFE. Grayscale: #1C1C1C. Windows color (decimal): -16699391 or 77825. OLE color: 77825.

HSL color Cylindrical-coordinate representation of color #013001: 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 #013001 is Cyan = 0.98, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.81.

Color convert

RGB1481-
CMYK0.9800.980.81
HSL120º95.92%9.61%-
HSV(B)120º97.92%18.82%-
XYZ1.072.120.38-
YUV28.59112.43108.32-

RGB Variations

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

RGB

RED value IS 1 (0.78% from 255) = 2%
GREEN value IS 48 (19.14% from 255) = 96%
BLUE value IS 1 (0.78% from 255) = 2%
R=2%
G=96%
B=2%

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
Decimal14810.9800.980.8112095.929.61
Hex130162062517860a
Octal1601142014212117014012
Binary111000011100010011000101010001111100011000001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #013001

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #013001; }

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

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

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

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

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

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

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

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