#012401

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

Shades of Myrtle #012401

Tints of Myrtle #012401

Color information

#012401 (or 0x012401) is unknown color: approx Myrtle. HEX triplet: 01, 24 and 01. RGB value is (1,36,1). Sum of RGB (Red+Green+Blue) = 1+36+1=38 (5% of max value = 765). Red value is 1 (0.78% from 255 or 2.63% from 38); Green value is 36 (14.45% from 255 or 94.74% from 38); Blue value is 1 (0.78% from 255 or 2.63% from 38); Max value from RGB is 36 - color contains mainly: green. Hex color #012401 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #012401 is #FEDBFE. Grayscale: #151515. Windows color (decimal): -16702463 or 74753. OLE color: 74753.

HSL color Cylindrical-coordinate representation of color #012401: hue angle of 120º degrees, saturation: 0.95, lightness: 0.07%. HSV value (or HSB Brightness) of color is 0.14% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #012401 is Cyan = 0.97, Magento = 0, Yellow = 0.97 and Black (K on CMYK) = 0.86.

Color convert

RGB1361-
CMYK0.9700.970.86
HSL120º94.59%7.25%-
HSV(B)120º97.22%14.12%-
XYZ0.651.270.24-
YUV21.54116.4113.35-

RGB Variations

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

RGB

RED value IS 1 (0.78% from 255) = 2.63%
GREEN value IS 36 (14.45% from 255) = 94.74%
BLUE value IS 1 (0.78% from 255) = 2.63%
R=2.63%
G=94.74%
B=2.63%

CMYK

C (Cyan) values IS 0.97
M (Magenta) values IS 0
Y (Yellow) values IS 0.97
K (Black) values IS 0.86
SystemRedGreenBlueCMYKHSL
Decimal13610.9700.970.8612094.597.25
Hex12416106156785f7
Octal144114101411261701377
Binary11001001110000101100001101011011110001011111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #012401

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #012401; }

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

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

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

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

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

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

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

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