#041200

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

Shades of Myrtle #041200

Tints of Myrtle #041200

Color information

#041200 (or 0x041200) is unknown color: approx Myrtle. HEX triplet: 04, 12 and 00. RGB value is (4,18,0). Sum of RGB (Red+Green+Blue) = 4+18+0=22 (2% of max value = 765). Red value is 4 (1.95% from 255 or 18.18% from 22); Green value is 18 (7.42% from 255 or 81.82% from 22); Blue value is 0 (0.39% from 255 or 0% from 22); Max value from RGB is 18 - color contains mainly: green. Hex color #041200 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #041200 is #FBEDFF. Grayscale: #0B0B0B. Windows color (decimal): -16510464 or 4612. OLE color: 4612.

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

Color convert

RGB4180-
CMYK0.78010.93
HSL106.67º100%3.53%-
HSV(B)106.67º100%7.06%-
XYZ0.270.460.07-
YUV11.76121.36122.46-

RGB Variations

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

RGB

RED value IS 4 (1.95% from 255) = 18.18%
GREEN value IS 18 (7.42% from 255) = 81.82%
BLUE value IS 0 (0.39% from 255) = 0%
R=18.18%
G=81.82%
B=0%

CMYK

C (Cyan) values IS 0.78
M (Magenta) values IS 0
Y (Yellow) values IS 1
K (Black) values IS 0.93
SystemRedGreenBlueCMYKHSL
Decimal41800.78010.93106.671003.53
Hex41204E0645D6b644
Octal422011601441351531444
Binary100100100100111001100100101110111010111100100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #041200

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #041200; }

 p { color: rgb(4,18,0); }

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

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

 a { background-color: rgb(4,18,0); }

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

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

 span { border-color: rgb(4,18,0); }

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