#013D05

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

Shades of Myrtle #013D05

Tints of Myrtle #013D05

Color information

#013D05 (or 0x013D05) is unknown color: approx Myrtle. HEX triplet: 01, 3D and 05. RGB value is (1,61,5). Sum of RGB (Red+Green+Blue) = 1+61+5=67 (8% of max value = 765). Red value is 1 (0.78% from 255 or 1.49% from 67); Green value is 61 (24.22% from 255 or 91.04% from 67); Blue value is 5 (2.34% from 255 or 7.46% from 67); Max value from RGB is 61 - color contains mainly: green. Hex color #013D05 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #013D05 is #FEC2FA. Grayscale: #242424. Windows color (decimal): -16696059 or 343297. OLE color: 343297.

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

Color convert

RGB1615-
CMYK0.9800.920.76
HSL124º96.77%12.16%-
HSV(B)124º98.36%23.92%-
XYZ1.713.350.7-
YUV36.68110.12102.55-

RGB Variations

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

RGB

RED value IS 1 (0.78% from 255) = 1.49%
GREEN value IS 61 (24.22% from 255) = 91.04%
BLUE value IS 5 (2.34% from 255) = 7.46%
R=1.49%
G=91.04%
B=7.46%

CMYK

C (Cyan) values IS 0.98
M (Magenta) values IS 0
Y (Yellow) values IS 0.92
K (Black) values IS 0.76
SystemRedGreenBlueCMYKHSL
Decimal16150.9800.920.7612496.7712.16
Hex13D56205C4C7c61c
Octal1755142013411417414114
Binary11111011011100010010111001001100111110011000011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #013D05

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(1,61,5); }

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

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

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

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

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

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

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