#012201

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

Shades of Myrtle #012201

Tints of Myrtle #012201

Color information

#012201 (or 0x012201) is unknown color: approx Myrtle. HEX triplet: 01, 22 and 01. RGB value is (1,34,1). Sum of RGB (Red+Green+Blue) = 1+34+1=36 (4% of max value = 765). Red value is 1 (0.78% from 255 or 2.78% from 36); Green value is 34 (13.67% from 255 or 94.44% from 36); Blue value is 1 (0.78% from 255 or 2.78% from 36); Max value from RGB is 34 - color contains mainly: green. Hex color #012201 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #012201 is #FEDDFE. Grayscale: #141414. Windows color (decimal): -16702975 or 74241. OLE color: 74241.

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

Color convert

RGB1341-
CMYK0.9700.970.87
HSL120º94.29%6.86%-
HSV(B)120º97.06%13.33%-
XYZ0.591.150.22-
YUV20.37117.07114.18-

RGB Variations

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

RGB

RED value IS 1 (0.78% from 255) = 2.78%
GREEN value IS 34 (13.67% from 255) = 94.44%
BLUE value IS 1 (0.78% from 255) = 2.78%
R=2.78%
G=94.44%
B=2.78%

CMYK

C (Cyan) values IS 0.97
M (Magenta) values IS 0
Y (Yellow) values IS 0.97
K (Black) values IS 0.87
SystemRedGreenBlueCMYKHSL
Decimal13410.9700.970.8712094.296.86
Hex12216106157785e7
Octal142114101411271701367
Binary11000101110000101100001101011111110001011110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #012201

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #012201; }

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

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

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

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

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

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

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

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