Html Css Color HEX #013F01 Myrtle

📋 copy color: '#013F01'

red 1 ◦ green 63 ◦ blue 1

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

Shades of Myrtle #013F01

Tints of Myrtle #013F01

RGB

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

 GREEN value IS 63 (25% from 255) = 96.92%

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

R = 1.54%
G = 96.92%
B = 1.54%

CMYK

 C value IS 0.98

 M value IS 0

 Y value IS 0.98

 K value IS 0.75

RGB Variations

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

Color information

#013F01 (or 0x013F01) is known color: Myrtle. HEX triplet: 01, 3F and 01. RGB value is (1,63,1). Sum of RGB (Red+Green+Blue) = 1+63+1=65 (8% of max value = 765). Red value is 1 (0.78% from 255 or 1.54% from 65); Green value is 63 (25% from 255 or 96.92% from 65); Blue value is 1 (0.78% from 255 or 1.54% from 65); Max value from RGB is 63 - color contains mainly: green. Hex color #013F01 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #013F01 is #FEC0FE. Grayscale: #252525. Windows color (decimal): -16695551 or 81665. OLE color: 81665.

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

Color convert

RGB 1 63 1 -
CMYK 0.98 0 0.98 0.75
HSL 120º 0.97% 0.13% -
HSV(B) 120º 0.98% 0.25% -
XYZ 1.8 3.56 0.62 -
YUV 37.39 107.46 102.04 -
System Red Green Blue C M Y K H S L
Decimal 1 63 1 0.98 0 0.98 0.75 120 0.97 0.13
Hex 1 3F 1 62 0 62 4B 78 61 D
Octal 1 77 1 142 0 142 113 170 141 15
Binary 1 111111 1 1100010 0 1100010 1001011 1111000 1100001 1101

Color Harmonies of #013F01

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #013F01

Black with #013F01

Text Example


Text Example

White with #013F01

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #013F01; }

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

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

background-color css

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

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

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

border-color css

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

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

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