#041201

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

Shades of Myrtle #041201

Tints of Myrtle #041201

Color information

#041201 (or 0x041201) is unknown color: approx Myrtle. HEX triplet: 04, 12 and 01. RGB value is (4,18,1). Sum of RGB (Red+Green+Blue) = 4+18+1=23 (3% of max value = 765). Red value is 4 (1.95% from 255 or 17.39% from 23); Green value is 18 (7.42% from 255 or 78.26% from 23); Blue value is 1 (0.78% from 255 or 4.35% from 23); Max value from RGB is 18 - color contains mainly: green. Hex color #041201 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #041201 is #FBEDFE. Grayscale: #0B0B0B. Windows color (decimal): -16510463 or 70148. OLE color: 70148.

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

Color convert

RGB4181-
CMYK0.7800.940.93
HSL109.41º89.47%3.73%-
HSV(B)109.41º94.44%7.06%-
XYZ0.270.460.1-
YUV11.88121.86122.38-

RGB Variations

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

RGB

RED value IS 4 (1.95% from 255) = 17.39%
GREEN value IS 18 (7.42% from 255) = 78.26%
BLUE value IS 1 (0.78% from 255) = 4.35%
R=17.39%
G=78.26%
B=4.35%

CMYK

C (Cyan) values IS 0.78
M (Magenta) values IS 0
Y (Yellow) values IS 0.94
K (Black) values IS 0.93
SystemRedGreenBlueCMYKHSL
Decimal41810.7800.940.93109.4189.473.73
Hex41214E05E5D6d594
Octal422111601361351551314
Binary100100101100111001011110101110111011011011001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #041201

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #041201; }

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

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

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

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

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

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

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

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