Html Css Color HEX #042201 Myrtle

📋 copy color: '#042201'

red 4 ◦ green 34 ◦ blue 1

#042201
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Myrtle #042201

Tints of Myrtle #042201

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 value IS 0.88

 M value IS 0

 Y value IS 0.97

 K value IS 0.87

RGB Variations

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

Color information

#042201 (or 0x042201) is known color: 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

RGB 4 34 1 -
CMYK 0.88 0 0.97 0.87
HSL 114.55º 0.94% 0.07% -
HSV(B) 114.55º 0.97% 0.13% -
XYZ 0.63 1.17 0.22 -
YUV 21.27 116.56 115.68 -
System Red Green Blue C M Y K H S L
Decimal 4 34 1 0.88 0 0.97 0.87 114.55 0.94 0.07
Hex 4 22 1 58 0 61 57 73 5E 7
Octal 4 42 1 130 0 141 127 163 136 7
Binary 100 100010 1 1011000 0 1100001 1010111 1110011 1011110 111

Color Harmonies of #042201

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #042201

Black with #042201

Text Example


Text Example

White with #042201

Text Example


Text Example

HTML Codes & Css Web 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>