Html Css Color HEX #014501 Myrtle

📋 copy color: '#014501'

red 1 ◦ green 69 ◦ blue 1

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

Shades of Myrtle #014501

Tints of Myrtle #014501

RGB

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

 GREEN value IS 69 (27.34% from 255) = 97.18%

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

R = 1.41%
G = 97.18%
B = 1.41%

CMYK

 C value IS 0.99

 M value IS 0

 Y value IS 0.99

 K value IS 0.73

RGB Variations

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

Color information

#014501 (or 0x014501) is known color: Myrtle. HEX triplet: 01, 45 and 01. RGB value is (1,69,1). Sum of RGB (Red+Green+Blue) = 1+69+1=71 (9% of max value = 765). Red value is 1 (0.78% from 255 or 1.41% from 71); Green value is 69 (27.34% from 255 or 97.18% from 71); Blue value is 1 (0.78% from 255 or 1.41% from 71); Max value from RGB is 69 - color contains mainly: green. Hex color #014501 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #014501 is #FEBAFE. Grayscale: #292929. Windows color (decimal): -16694015 or 83201. OLE color: 83201.

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

Color convert

RGB 1 69 1 -
CMYK 0.99 0 0.99 0.73
HSL 120º 0.97% 0.14% -
HSV(B) 120º 0.99% 0.27% -
XYZ 2.15 4.26 0.74 -
YUV 40.92 105.47 99.53 -
System Red Green Blue C M Y K H S L
Decimal 1 69 1 0.99 0 0.99 0.73 120 0.97 0.14
Hex 1 45 1 63 0 63 49 78 61 E
Octal 1 105 1 143 0 143 111 170 141 16
Binary 1 1000101 1 1100011 0 1100011 1001001 1111000 1100001 1110

Color Harmonies of #014501

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #014501

Black with #014501

Text Example


Text Example

White with #014501

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #014501; }

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

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

background-color css

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

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

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

border-color css

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

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

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