#013F01

Color #013F01 Myrtle (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Myrtle #013F01

Tints of Myrtle #013F01

Color information

#013F01 (or 0x013F01) is unknown color: approx 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

RGB1631-
CMYK0.9800.980.75
HSL120º96.88%12.55%-
HSV(B)120º98.41%24.71%-
XYZ1.83.560.62-
YUV37.39107.46102.04-

RGB Variations

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

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 (Cyan) values IS 0.98
M (Magenta) values IS 0
Y (Yellow) values IS 0.98
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal16310.9800.980.7512096.8812.55
Hex13F1620624B7861d
Octal1771142014211317014115
Binary111111111100010011000101001011111100011000011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #013F01

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb 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>