#042101

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

Shades of Myrtle #042101

Tints of Myrtle #042101

Color information

#042101 (or 0x042101) is unknown color: approx Myrtle. HEX triplet: 04, 21 and 01. RGB value is (4,33,1). Sum of RGB (Red+Green+Blue) = 4+33+1=38 (5% of max value = 765). Red value is 4 (1.95% from 255 or 10.53% from 38); Green value is 33 (13.28% from 255 or 86.84% from 38); Blue value is 1 (0.78% from 255 or 2.63% from 38); Max value from RGB is 33 - color contains mainly: green. Hex color #042101 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #042101 is #FBDEFE. Grayscale: #141414. Windows color (decimal): -16506623 or 73988. OLE color: 73988.

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

Color convert

RGB4331-
CMYK0.8800.970.87
HSL114.38º94.12%6.67%-
HSV(B)114.38º96.97%12.94%-
XYZ0.61.120.21-
YUV20.68116.89116.1-

RGB Variations

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

RGB

RED value IS 4 (1.95% from 255) = 10.53%
GREEN value IS 33 (13.28% from 255) = 86.84%
BLUE value IS 1 (0.78% from 255) = 2.63%
R=10.53%
G=86.84%
B=2.63%

CMYK

C (Cyan) values IS 0.88
M (Magenta) values IS 0
Y (Yellow) values IS 0.97
K (Black) values IS 0.87
SystemRedGreenBlueCMYKHSL
Decimal43310.8800.970.87114.3894.126.67
Hex42115806157725e7
Octal441113001411271621367
Binary1001000011101100001100001101011111100101011110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #042101

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #042101; }

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

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

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

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

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

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

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

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