#040F01

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

Shades of Myrtle #040F01

Tints of Myrtle #040F01

Color information

#040F01 (or 0x040F01) is unknown color: approx Myrtle. HEX triplet: 04, 0F and 01. RGB value is (4,15,1). Sum of RGB (Red+Green+Blue) = 4+15+1=20 (2% of max value = 765). Red value is 4 (1.95% from 255 or 20% from 20); Green value is 15 (6.25% from 255 or 75% from 20); Blue value is 1 (0.78% from 255 or 5% from 20); Max value from RGB is 15 - color contains mainly: green. Hex color #040F01 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #040F01 is #FBF0FE. Grayscale: #0A0A0A. Windows color (decimal): -16511231 or 69380. OLE color: 69380.

HSL color Cylindrical-coordinate representation of color #040F01: hue angle of 107.14º degrees, saturation: 0.88, lightness: 0.03%. HSV value (or HSB Brightness) of color is 0.06% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #040F01 is Cyan = 0.73, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.94.

Color convert

RGB4151-
CMYK0.7300.930.94
HSL107.14º87.5%3.14%-
HSV(B)107.14º93.33%5.88%-
XYZ0.230.370.09-
YUV10.12122.86123.64-

RGB Variations

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

RGB

RED value IS 4 (1.95% from 255) = 20%
GREEN value IS 15 (6.25% from 255) = 75%
BLUE value IS 1 (0.78% from 255) = 5%
R=20%
G=75%
B=5%

CMYK

C (Cyan) values IS 0.73
M (Magenta) values IS 0
Y (Yellow) values IS 0.93
K (Black) values IS 0.94
SystemRedGreenBlueCMYKHSL
Decimal41510.7300.930.94107.1487.53.14
Hex4F14905D5E6b583
Octal417111101351361531303
Binary1001111110010010101110110111101101011101100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #040F01

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #040F01; }

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

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

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

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

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

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

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

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