#013E09

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

Shades of Myrtle #013E09

Tints of Myrtle #013E09

Color information

#013E09 (or 0x013E09) is unknown color: approx Myrtle. HEX triplet: 01, 3E and 09. RGB value is (1,62,9). Sum of RGB (Red+Green+Blue) = 1+62+9=72 (9% of max value = 765). Red value is 1 (0.78% from 255 or 1.39% from 72); Green value is 62 (24.61% from 255 or 86.11% from 72); Blue value is 9 (3.91% from 255 or 12.5% from 72); Max value from RGB is 62 - color contains mainly: green. Hex color #013E09 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #013E09 is #FEC1F6. Grayscale: #252525. Windows color (decimal): -16695799 or 605697. OLE color: 605697.

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

Color convert

RGB1629-
CMYK0.9800.850.76
HSL127.87º96.83%12.35%-
HSV(B)127.87º98.39%24.31%-
XYZ1.783.470.83-
YUV37.72111.79101.81-

RGB Variations

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

RGB

RED value IS 1 (0.78% from 255) = 1.39%
GREEN value IS 62 (24.61% from 255) = 86.11%
BLUE value IS 9 (3.91% from 255) = 12.5%
R=1.39%
G=86.11%
B=12.5%

CMYK

C (Cyan) values IS 0.98
M (Magenta) values IS 0
Y (Yellow) values IS 0.85
K (Black) values IS 0.76
SystemRedGreenBlueCMYKHSL
Decimal16290.9800.850.76127.8796.8312.35
Hex13E9620554C8061c
Octal17611142012511420014114
Binary1111110100111000100101010110011001000000011000011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #013E09

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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