#013E03

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

Shades of Myrtle #013E03

Tints of Myrtle #013E03

Color information

#013E03 (or 0x013E03) is unknown color: approx Myrtle. HEX triplet: 01, 3E and 03. RGB value is (1,62,3). Sum of RGB (Red+Green+Blue) = 1+62+3=66 (8% of max value = 765). Red value is 1 (0.78% from 255 or 1.52% from 66); Green value is 62 (24.61% from 255 or 93.94% from 66); Blue value is 3 (1.56% from 255 or 4.55% from 66); Max value from RGB is 62 - color contains mainly: green. Hex color #013E03 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #013E03 is #FEC1FC. Grayscale: #252525. Windows color (decimal): -16695805 or 212481. OLE color: 212481.

HSL color Cylindrical-coordinate representation of color #013E03: hue angle of 121.97º degrees, saturation: 0.97, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #013E03 is Cyan = 0.98, Magento = 0, Yellow = 0.95 and Black (K on CMYK) = 0.76.

Color convert

RGB1623-
CMYK0.9800.950.76
HSL121.97º96.83%12.35%-
HSV(B)121.97º98.39%24.31%-
XYZ1.753.460.66-
YUV37.03108.79102.3-

RGB Variations

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

RGB

RED value IS 1 (0.78% from 255) = 1.52%
GREEN value IS 62 (24.61% from 255) = 93.94%
BLUE value IS 3 (1.56% from 255) = 4.55%
R=1.52%
G=93.94%
B=4.55%

CMYK

C (Cyan) values IS 0.98
M (Magenta) values IS 0
Y (Yellow) values IS 0.95
K (Black) values IS 0.76
SystemRedGreenBlueCMYKHSL
Decimal16230.9800.950.76121.9796.8312.35
Hex13E36205F4C7a61c
Octal1763142013711417214114
Binary1111110111100010010111111001100111101011000011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #013E03

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(1,62,3); }

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

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

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

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

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

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

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