#041A01

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

Shades of Myrtle #041A01

Tints of Myrtle #041A01

Color information

#041A01 (or 0x041A01) is unknown color: approx Myrtle. HEX triplet: 04, 1A and 01. RGB value is (4,26,1). Sum of RGB (Red+Green+Blue) = 4+26+1=31 (4% of max value = 765). Red value is 4 (1.95% from 255 or 12.90% from 31); Green value is 26 (10.55% from 255 or 83.87% from 31); Blue value is 1 (0.78% from 255 or 3.23% from 31); Max value from RGB is 26 - color contains mainly: green. Hex color #041A01 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #041A01 is #FBE5FE. Grayscale: #101010. Windows color (decimal): -16508415 or 72196. OLE color: 72196.

HSL color Cylindrical-coordinate representation of color #041A01: hue angle of 112.8º degrees, saturation: 0.93, lightness: 0.05%. HSV value (or HSB Brightness) of color is 0.1% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #041A01 is Cyan = 0.85, Magento = 0, Yellow = 0.96 and Black (K on CMYK) = 0.90.

Color convert

RGB4261-
CMYK0.8500.960.90
HSL112.8º92.59%5.29%-
HSV(B)112.8º96.15%10.2%-
XYZ0.420.770.15-
YUV16.57119.21119.03-

RGB Variations

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

RGB

RED value IS 4 (1.95% from 255) = 12.90%
GREEN value IS 26 (10.55% from 255) = 83.87%
BLUE value IS 1 (0.78% from 255) = 3.23%
R=12.90%
G=83.87%
B=3.23%

CMYK

C (Cyan) values IS 0.85
M (Magenta) values IS 0
Y (Yellow) values IS 0.96
K (Black) values IS 0.90
SystemRedGreenBlueCMYKHSL
Decimal42610.8500.960.90112.892.595.29
Hex41A1550605A715d5
Octal432112501401321611355
Binary100110101101010101100000101101011100011011101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #041A01

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #041A01; }

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

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

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

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

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

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

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

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