#042201

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

Shades of Myrtle #042201

Tints of Myrtle #042201

Color information

#042201 (or 0x042201) is unknown color: approx Myrtle. HEX triplet: 04, 22 and 01. RGB value is (4,34,1). Sum of RGB (Red+Green+Blue) = 4+34+1=39 (5% of max value = 765). Red value is 4 (1.95% from 255 or 10.26% from 39); Green value is 34 (13.67% from 255 or 87.18% from 39); Blue value is 1 (0.78% from 255 or 2.56% from 39); Max value from RGB is 34 - color contains mainly: green. Hex color #042201 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #042201 is #FBDDFE. Grayscale: #151515. Windows color (decimal): -16506367 or 74244. OLE color: 74244.

HSL color Cylindrical-coordinate representation of color #042201: hue angle of 114.55º 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 #042201 is Cyan = 0.88, Magento = 0, Yellow = 0.97 and Black (K on CMYK) = 0.87.

Color convert

RGB4341-
CMYK0.8800.970.87
HSL114.55º94.29%6.86%-
HSV(B)114.55º97.06%13.33%-
XYZ0.631.170.22-
YUV21.27116.56115.68-

RGB Variations

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

RGB

RED value IS 4 (1.95% from 255) = 10.26%
GREEN value IS 34 (13.67% from 255) = 87.18%
BLUE value IS 1 (0.78% from 255) = 2.56%
R=10.26%
G=87.18%
B=2.56%

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
Decimal43410.8800.970.87114.5594.296.86
Hex42215806157735e7
Octal442113001411271631367
Binary1001000101101100001100001101011111100111011110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #042201

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #042201; }

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

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

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

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

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

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

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

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