#012400

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

Shades of Myrtle #012400

Tints of Myrtle #012400

Color information

#012400 (or 0x012400) is unknown color: approx Myrtle. HEX triplet: 01, 24 and 00. RGB value is (1,36,0). Sum of RGB (Red+Green+Blue) = 1+36+0=37 (4% of max value = 765). Red value is 1 (0.78% from 255 or 2.70% from 37); Green value is 36 (14.45% from 255 or 97.30% from 37); Blue value is 0 (0.39% from 255 or 0% from 37); Max value from RGB is 36 - color contains mainly: green. Hex color #012400 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #012400 is #FEDBFF. Grayscale: #151515. Windows color (decimal): -16702464 or 9217. OLE color: 9217.

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

Color convert

RGB1360-
CMYK0.97010.86
HSL118.33º100%7.06%-
HSV(B)118.33º100%14.12%-
XYZ0.641.270.21-
YUV21.43115.9113.43-

RGB Variations

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

RGB

RED value IS 1 (0.78% from 255) = 2.70%
GREEN value IS 36 (14.45% from 255) = 97.30%
BLUE value IS 0 (0.39% from 255) = 0%
R=2.70%
G=97.30%
B=0%

CMYK

C (Cyan) values IS 0.97
M (Magenta) values IS 0
Y (Yellow) values IS 1
K (Black) values IS 0.86
SystemRedGreenBlueCMYKHSL
Decimal13600.97010.86118.331007.06
Hex1240610645676647
Octal144014101441261661447
Binary11001000110000101100100101011011101101100100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #012400

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #012400; }

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

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

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

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

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

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

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

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