Html Css Color HEX #041200 Myrtle

📋 copy color: '#041200'

red 4 ◦ green 18 ◦ blue 0

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

Shades of Myrtle #041200

Tints of Myrtle #041200

RGB

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

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

 BLUE value IS 0 (0.39% from 255) = 0%

R = 18.18%
G = 81.82%
B = 0%

CMYK

 C value IS 0.78

 M value IS 0

 Y value IS 1

 K value IS 0.93

RGB Variations

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

Color information

#041200 (or 0x041200) is known color: Myrtle. HEX triplet: 04, 12 and 00. RGB value is (4,18,0). Sum of RGB (Red+Green+Blue) = 4+18+0=22 (2% of max value = 765). Red value is 4 (1.95% from 255 or 18.18% from 22); Green value is 18 (7.42% from 255 or 81.82% from 22); Blue value is 0 (0.39% from 255 or 0% from 22); Max value from RGB is 18 - color contains mainly: green. Hex color #041200 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #041200 is #FBEDFF. Grayscale: #0B0B0B. Windows color (decimal): -16510464 or 4612. OLE color: 4612.

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

Color convert

RGB 4 18 0 -
CMYK 0.78 0 1 0.93
HSL 106.67º 1% 0.04% -
HSV(B) 106.67º 1% 0.07% -
XYZ 0.27 0.46 0.07 -
YUV 11.76 121.36 122.46 -
System Red Green Blue C M Y K H S L
Decimal 4 18 0 0.78 0 1 0.93 106.67 1 0.04
Hex 4 12 0 4E 0 64 5D 6B 64 4
Octal 4 22 0 116 0 144 135 153 144 4
Binary 100 10010 0 1001110 0 1100100 1011101 1101011 1100100 100

Color Harmonies of #041200

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #041200

Black with #041200

Text Example


Text Example

White with #041200

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #041200; }

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

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

background-color css

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

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

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

border-color css

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

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

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