Html Css Color HEX #041A01 Myrtle

📋 copy color: '#041A01'

red 4 ◦ green 26 ◦ blue 1

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

Shades of Myrtle #041A01

Tints of Myrtle #041A01

RGB

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

 GREEN value IS 26 (10.55% from 255) = 83.87%

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

R = 12.9%
G = 83.87%
B = 3.23%

CMYK

 C value IS 0.85

 M value IS 0

 Y value IS 0.96

 K value IS 0.90

RGB Variations

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

Color information

#041A01 (or 0x041A01) is known color: Myrtle. HEX triplet: 04, 1A and 01. RGB value is (4,26,1). Sum of RGB (Red+Green+Blue) = 4+26+1=31 (4% of max value = 765). Red value is 4 (1.95% from 255 or 12.90% from 31); Green value is 26 (10.55% from 255 or 83.87% from 31); Blue value is 1 (0.78% from 255 or 3.23% from 31); Max value from RGB is 26 - color contains mainly: green. Hex color #041A01 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #041A01 is #FBE5FE. Grayscale: #101010. Windows color (decimal): -16508415 or 72196. OLE color: 72196.

HSL color Cylindrical-coordinate representation of color #041A01: hue angle of 112.8º degrees, saturation: 0.93, lightness: 0.05%. HSV value (or HSB Brightness) of color is 0.1% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #041A01 is Cyan = 0.85, Magento = 0, Yellow = 0.96 and Black (K on CMYK) = 0.90.

Color convert

RGB 4 26 1 -
CMYK 0.85 0 0.96 0.90
HSL 112.8º 0.93% 0.05% -
HSV(B) 112.8º 0.96% 0.1% -
XYZ 0.42 0.77 0.15 -
YUV 16.57 119.21 119.03 -
System Red Green Blue C M Y K H S L
Decimal 4 26 1 0.85 0 0.96 0.90 112.8 0.93 0.05
Hex 4 1A 1 55 0 60 5A 71 5D 5
Octal 4 32 1 125 0 140 132 161 135 5
Binary 100 11010 1 1010101 0 1100000 1011010 1110001 1011101 101

Color Harmonies of #041A01

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #041A01

Black with #041A01

Text Example


Text Example

White with #041A01

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #041A01; }

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

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

background-color css

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

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

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

border-color css

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

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

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