Html Css Color HEX #013901 Myrtle

📋 copy color: '#013901'

red 1 ◦ green 57 ◦ blue 1

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

Shades of Myrtle #013901

Tints of Myrtle #013901

RGB

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

 GREEN value IS 57 (22.66% from 255) = 96.61%

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

R = 1.69%
G = 96.61%
B = 1.69%

CMYK

 C value IS 0.98

 M value IS 0

 Y value IS 0.98

 K value IS 0.78

RGB Variations

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

Color information

#013901 (or 0x013901) is known color: Myrtle. HEX triplet: 01, 39 and 01. RGB value is (1,57,1). Sum of RGB (Red+Green+Blue) = 1+57+1=59 (7% of max value = 765). Red value is 1 (0.78% from 255 or 1.69% from 59); Green value is 57 (22.66% from 255 or 96.61% from 59); Blue value is 1 (0.78% from 255 or 1.69% from 59); Max value from RGB is 57 - color contains mainly: green. Hex color #013901 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #013901 is #FEC6FE. Grayscale: #222222. Windows color (decimal): -16697087 or 80129. OLE color: 80129.

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

Color convert

RGB 1 57 1 -
CMYK 0.98 0 0.98 0.78
HSL 120º 0.97% 0.11% -
HSV(B) 120º 0.98% 0.22% -
XYZ 1.48 2.93 0.52 -
YUV 33.87 109.45 104.55 -
System Red Green Blue C M Y K H S L
Decimal 1 57 1 0.98 0 0.98 0.78 120 0.97 0.11
Hex 1 39 1 62 0 62 4E 78 61 B
Octal 1 71 1 142 0 142 116 170 141 13
Binary 1 111001 1 1100010 0 1100010 1001110 1111000 1100001 1011

Color Harmonies of #013901

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #013901

Black with #013901

Text Example


Text Example

White with #013901

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #013901; }

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

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

background-color css

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

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

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

border-color css

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

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

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