#013F06

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

Shades of Myrtle #013F06

Tints of Myrtle #013F06

Color information

#013F06 (or 0x013F06) is unknown color: approx Myrtle. HEX triplet: 01, 3F and 06. RGB value is (1,63,6). Sum of RGB (Red+Green+Blue) = 1+63+6=70 (9% of max value = 765). Red value is 1 (0.78% from 255 or 1.43% from 70); Green value is 63 (25% from 255 or 90% from 70); Blue value is 6 (2.73% from 255 or 8.57% from 70); Max value from RGB is 63 - color contains mainly: green. Hex color #013F06 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #013F06 is #FEC0F9. Grayscale: #262626. Windows color (decimal): -16695546 or 409345. OLE color: 409345.

HSL color Cylindrical-coordinate representation of color #013F06: hue angle of 124.84º 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 #013F06 is Cyan = 0.98, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.75.

Color convert

RGB1636-
CMYK0.9800.900.75
HSL124.84º96.88%12.55%-
HSV(B)124.84º98.41%24.71%-
XYZ1.823.570.77-
YUV37.96109.96101.63-

RGB Variations

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

RGB

RED value IS 1 (0.78% from 255) = 1.43%
GREEN value IS 63 (25% from 255) = 90%
BLUE value IS 6 (2.73% from 255) = 8.57%
R=1.43%
G=90%
B=8.57%

CMYK

C (Cyan) values IS 0.98
M (Magenta) values IS 0
Y (Yellow) values IS 0.90
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal16360.9800.900.75124.8496.8812.55
Hex13F66205A4B7d61d
Octal1776142013211317514115
Binary11111111101100010010110101001011111110111000011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #013F06

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #013F06;
 }
 .AnyTagClassName
 {
   color: #013F06;
 }
</style>
background-color css

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

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

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

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

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

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