#041801

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

Shades of Myrtle #041801

Tints of Myrtle #041801

Color information

#041801 (or 0x041801) is unknown color: approx Myrtle. HEX triplet: 04, 18 and 01. RGB value is (4,24,1). Sum of RGB (Red+Green+Blue) = 4+24+1=29 (3% of max value = 765). Red value is 4 (1.95% from 255 or 13.79% from 29); Green value is 24 (9.77% from 255 or 82.76% from 29); Blue value is 1 (0.78% from 255 or 3.45% from 29); Max value from RGB is 24 - color contains mainly: green. Hex color #041801 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #041801 is #FBE7FE. Grayscale: #0F0F0F. Windows color (decimal): -16508927 or 71684. OLE color: 71684.

HSL color Cylindrical-coordinate representation of color #041801: hue angle of 112.17º degrees, saturation: 0.92, lightness: 0.05%. HSV value (or HSB Brightness) of color is 0.09% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #041801 is Cyan = 0.83, Magento = 0, Yellow = 0.96 and Black (K on CMYK) = 0.91.

Color convert

RGB4241-
CMYK0.8300.960.91
HSL112.17º92%4.9%-
HSV(B)112.17º95.83%9.41%-
XYZ0.380.680.14-
YUV15.4119.87119.87-

RGB Variations

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

RGB

RED value IS 4 (1.95% from 255) = 13.79%
GREEN value IS 24 (9.77% from 255) = 82.76%
BLUE value IS 1 (0.78% from 255) = 3.45%
R=13.79%
G=82.76%
B=3.45%

CMYK

C (Cyan) values IS 0.83
M (Magenta) values IS 0
Y (Yellow) values IS 0.96
K (Black) values IS 0.91
SystemRedGreenBlueCMYKHSL
Decimal42410.8300.960.91112.17924.9
Hex4181530605B705c5
Octal430112301401331601345
Binary100110001101001101100000101101111100001011100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #041801

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #041801; }

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

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

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

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

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

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

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

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