#042001

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

Shades of Myrtle #042001

Tints of Myrtle #042001

Color information

#042001 (or 0x042001) is unknown color: approx Myrtle. HEX triplet: 04, 20 and 01. RGB value is (4,32,1). Sum of RGB (Red+Green+Blue) = 4+32+1=37 (4% of max value = 765). Red value is 4 (1.95% from 255 or 10.81% from 37); Green value is 32 (12.89% from 255 or 86.49% from 37); Blue value is 1 (0.78% from 255 or 2.70% from 37); Max value from RGB is 32 - color contains mainly: green. Hex color #042001 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #042001 is #FBDFFE. Grayscale: #141414. Windows color (decimal): -16506879 or 73732. OLE color: 73732.

HSL color Cylindrical-coordinate representation of color #042001: hue angle of 114.19º degrees, saturation: 0.94, lightness: 0.06%. HSV value (or HSB Brightness) of color is 0.13% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #042001 is Cyan = 0.87, Magento = 0, Yellow = 0.97 and Black (K on CMYK) = 0.87.

Color convert

RGB4321-
CMYK0.8700.970.87
HSL114.19º93.94%6.47%-
HSV(B)114.19º96.88%12.55%-
XYZ0.571.060.2-
YUV20.09117.22116.52-

RGB Variations

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

RGB

RED value IS 4 (1.95% from 255) = 10.81%
GREEN value IS 32 (12.89% from 255) = 86.49%
BLUE value IS 1 (0.78% from 255) = 2.70%
R=10.81%
G=86.49%
B=2.70%

CMYK

C (Cyan) values IS 0.87
M (Magenta) values IS 0
Y (Yellow) values IS 0.97
K (Black) values IS 0.87
SystemRedGreenBlueCMYKHSL
Decimal43210.8700.970.87114.1993.946.47
Hex42015706157725e6
Octal440112701411271621366
Binary1001000001101011101100001101011111100101011110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #042001

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #042001; }

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

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

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

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

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

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

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

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