Html Css Color HEX #014901 Myrtle

📋 copy color: '#014901'

red 1 ◦ green 73 ◦ blue 1

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

Shades of Myrtle #014901

Tints of Myrtle #014901

RGB

 RED value IS 1 (0.78% from 255) = 1.33%

 GREEN value IS 73 (28.91% from 255) = 97.33%

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

R = 1.33%
G = 97.33%
B = 1.33%

CMYK

 C value IS 0.99

 M value IS 0

 Y value IS 0.99

 K value IS 0.71

RGB Variations

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

Color information

#014901 (or 0x014901) is known color: Myrtle. HEX triplet: 01, 49 and 01. RGB value is (1,73,1). Sum of RGB (Red+Green+Blue) = 1+73+1=75 (9% of max value = 765). Red value is 1 (0.78% from 255 or 1.33% from 75); Green value is 73 (28.91% from 255 or 97.33% from 75); Blue value is 1 (0.78% from 255 or 1.33% from 75); Max value from RGB is 73 - color contains mainly: green. Hex color #014901 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #014901 is #FEB6FE. Grayscale: #2B2B2B. Windows color (decimal): -16692991 or 84225. OLE color: 84225.

HSL color Cylindrical-coordinate representation of color #014901: hue angle of 120º degrees, saturation: 0.97, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #014901 is Cyan = 0.99, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.71.

Color convert

RGB 1 73 1 -
CMYK 0.99 0 0.99 0.71
HSL 120º 0.97% 0.15% -
HSV(B) 120º 0.99% 0.29% -
XYZ 2.4 4.77 0.82 -
YUV 43.26 104.15 97.85 -
System Red Green Blue C M Y K H S L
Decimal 1 73 1 0.99 0 0.99 0.71 120 0.97 0.15
Hex 1 49 1 63 0 63 47 78 61 F
Octal 1 111 1 143 0 143 107 170 141 17
Binary 1 1001001 1 1100011 0 1100011 1000111 1111000 1100001 1111

Color Harmonies of #014901

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #014901

Black with #014901

Text Example


Text Example

White with #014901

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #014901; }

 p { color: rgb(1,73,1); }

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

background-color css

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

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

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

border-color css

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

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

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