Html Css Color HEX #041201 Myrtle

📋 copy color: '#041201'

red 4 ◦ green 18 ◦ blue 1

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

Shades of Myrtle #041201

Tints of Myrtle #041201

RGB

 RED value IS 4 (1.95% from 255) = 17.39%

 GREEN value IS 18 (7.42% from 255) = 78.26%

 BLUE value IS 1 (0.78% from 255) = 4.35%

R = 17.39%
G = 78.26%
B = 4.35%

CMYK

 C value IS 0.78

 M value IS 0

 Y value IS 0.94

 K value IS 0.93

RGB Variations

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

Color information

#041201 (or 0x041201) is known color: Myrtle. HEX triplet: 04, 12 and 01. RGB value is (4,18,1). Sum of RGB (Red+Green+Blue) = 4+18+1=23 (3% of max value = 765). Red value is 4 (1.95% from 255 or 17.39% from 23); Green value is 18 (7.42% from 255 or 78.26% from 23); Blue value is 1 (0.78% from 255 or 4.35% from 23); Max value from RGB is 18 - color contains mainly: green. Hex color #041201 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #041201 is #FBEDFE. Grayscale: #0B0B0B. Windows color (decimal): -16510463 or 70148. OLE color: 70148.

HSL color Cylindrical-coordinate representation of color #041201: hue angle of 109.41º degrees, saturation: 0.89, lightness: 0.04%. HSV value (or HSB Brightness) of color is 0.07% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #041201 is Cyan = 0.78, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.93.

Color convert

RGB 4 18 1 -
CMYK 0.78 0 0.94 0.93
HSL 109.41º 0.89% 0.04% -
HSV(B) 109.41º 0.94% 0.07% -
XYZ 0.27 0.46 0.1 -
YUV 11.88 121.86 122.38 -
System Red Green Blue C M Y K H S L
Decimal 4 18 1 0.78 0 0.94 0.93 109.41 0.89 0.04
Hex 4 12 1 4E 0 5E 5D 6D 59 4
Octal 4 22 1 116 0 136 135 155 131 4
Binary 100 10010 1 1001110 0 1011110 1011101 1101101 1011001 100

Color Harmonies of #041201

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #041201

Black with #041201

Text Example


Text Example

White with #041201

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #041201; }

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

 H1.HeaderClassName
 {
   color: #041201;
 }
 .AnyTagClassName
 {
   color: #041201;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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