#041501

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

Shades of Myrtle #041501

Tints of Myrtle #041501

Color information

#041501 (or 0x041501) is unknown color: approx Myrtle. HEX triplet: 04, 15 and 01. RGB value is (4,21,1). Sum of RGB (Red+Green+Blue) = 4+21+1=26 (3% of max value = 765). Red value is 4 (1.95% from 255 or 15.38% from 26); Green value is 21 (8.59% from 255 or 80.77% from 26); Blue value is 1 (0.78% from 255 or 3.85% from 26); Max value from RGB is 21 - color contains mainly: green. Hex color #041501 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #041501 is #FBEAFE. Grayscale: #0D0D0D. Windows color (decimal): -16509695 or 70916. OLE color: 70916.

HSL color Cylindrical-coordinate representation of color #041501: hue angle of 111º degrees, saturation: 0.91, lightness: 0.04%. HSV value (or HSB Brightness) of color is 0.08% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #041501 is Cyan = 0.81, Magento = 0, Yellow = 0.95 and Black (K on CMYK) = 0.92.

Color convert

RGB4211-
CMYK0.8100.950.92
HSL111º90.91%4.31%-
HSV(B)111º95.24%8.24%-
XYZ0.320.560.12-
YUV13.64120.87121.13-

RGB Variations

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

RGB

RED value IS 4 (1.95% from 255) = 15.38%
GREEN value IS 21 (8.59% from 255) = 80.77%
BLUE value IS 1 (0.78% from 255) = 3.85%
R=15.38%
G=80.77%
B=3.85%

CMYK

C (Cyan) values IS 0.81
M (Magenta) values IS 0
Y (Yellow) values IS 0.95
K (Black) values IS 0.92
SystemRedGreenBlueCMYKHSL
Decimal42110.8100.950.9211190.914.31
Hex41515105F5C6f5b4
Octal425112101371341571334
Binary100101011101000101011111101110011011111011011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #041501

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #041501; }

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

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

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

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

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

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

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

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