#012000

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

Shades of Myrtle #012000

Tints of Myrtle #012000

Color information

#012000 (or 0x012000) is unknown color: approx Myrtle. HEX triplet: 01, 20 and 00. RGB value is (1,32,0). Sum of RGB (Red+Green+Blue) = 1+32+0=33 (4% of max value = 765). Red value is 1 (0.78% from 255 or 3.03% from 33); Green value is 32 (12.89% from 255 or 96.97% from 33); Blue value is 0 (0.39% from 255 or 0% from 33); Max value from RGB is 32 - color contains mainly: green. Hex color #012000 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #012000 is #FEDFFF. Grayscale: #131313. Windows color (decimal): -16703488 or 8193. OLE color: 8193.

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

Color convert

RGB1320-
CMYK0.97010.87
HSL118.12º100%6.27%-
HSV(B)118.12º100%12.55%-
XYZ0.531.040.17-
YUV19.08117.23115.1-

RGB Variations

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

RGB

RED value IS 1 (0.78% from 255) = 3.03%
GREEN value IS 32 (12.89% from 255) = 96.97%
BLUE value IS 0 (0.39% from 255) = 0%
R=3.03%
G=96.97%
B=0%

CMYK

C (Cyan) values IS 0.97
M (Magenta) values IS 0
Y (Yellow) values IS 1
K (Black) values IS 0.87
SystemRedGreenBlueCMYKHSL
Decimal13200.97010.87118.121006.27
Hex1200610645776646
Octal140014101441271661446
Binary11000000110000101100100101011111101101100100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #012000

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #012000; }

 p { color: rgb(1,32,0); }

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

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

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

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

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

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

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