Html Css Color HEX #013101 Myrtle

📋 copy color: '#013101'

red 1 ◦ green 49 ◦ blue 1

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

Shades of Myrtle #013101

Tints of Myrtle #013101

RGB

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

 GREEN value IS 49 (19.53% from 255) = 96.08%

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

R = 1.96%
G = 96.08%
B = 1.96%

CMYK

 C value IS 0.98

 M value IS 0

 Y value IS 0.98

 K value IS 0.81

RGB Variations

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

Color information

#013101 (or 0x013101) is known color: Myrtle. HEX triplet: 01, 31 and 01. RGB value is (1,49,1). Sum of RGB (Red+Green+Blue) = 1+49+1=51 (6% of max value = 765). Red value is 1 (0.78% from 255 or 1.96% from 51); Green value is 49 (19.53% from 255 or 96.08% from 51); Blue value is 1 (0.78% from 255 or 1.96% from 51); Max value from RGB is 49 - color contains mainly: green. Hex color #013101 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #013101 is #FECEFE. Grayscale: #1D1D1D. Windows color (decimal): -16699135 or 78081. OLE color: 78081.

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

Color convert

RGB 1 49 1 -
CMYK 0.98 0 0.98 0.81
HSL 120º 0.96% 0.1% -
HSV(B) 120º 0.98% 0.19% -
XYZ 1.12 2.21 0.4 -
YUV 29.18 112.1 107.9 -
System Red Green Blue C M Y K H S L
Decimal 1 49 1 0.98 0 0.98 0.81 120 0.96 0.1
Hex 1 31 1 62 0 62 51 78 60 A
Octal 1 61 1 142 0 142 121 170 140 12
Binary 1 110001 1 1100010 0 1100010 1010001 1111000 1100000 1010

Color Harmonies of #013101

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #013101

Black with #013101

Text Example


Text Example

White with #013101

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #013101; }

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

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

background-color css

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

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

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

border-color css

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

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

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