#013D04

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

Shades of Myrtle #013D04

Tints of Myrtle #013D04

Color information

#013D04 (or 0x013D04) is unknown color: approx Myrtle. HEX triplet: 01, 3D and 04. RGB value is (1,61,4). Sum of RGB (Red+Green+Blue) = 1+61+4=66 (8% of max value = 765). Red value is 1 (0.78% from 255 or 1.52% from 66); Green value is 61 (24.22% from 255 or 92.42% from 66); Blue value is 4 (1.95% from 255 or 6.06% from 66); Max value from RGB is 61 - color contains mainly: green. Hex color #013D04 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #013D04 is #FEC2FB. Grayscale: #242424. Windows color (decimal): -16696060 or 277761. OLE color: 277761.

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

Color convert

RGB1614-
CMYK0.9800.930.76
HSL123º96.77%12.16%-
HSV(B)123º98.36%23.92%-
XYZ1.73.350.67-
YUV36.56109.62102.63-

RGB Variations

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

RGB

RED value IS 1 (0.78% from 255) = 1.52%
GREEN value IS 61 (24.22% from 255) = 92.42%
BLUE value IS 4 (1.95% from 255) = 6.06%
R=1.52%
G=92.42%
B=6.06%

CMYK

C (Cyan) values IS 0.98
M (Magenta) values IS 0
Y (Yellow) values IS 0.93
K (Black) values IS 0.76
SystemRedGreenBlueCMYKHSL
Decimal16140.9800.930.7612396.7712.16
Hex13D46205D4C7b61c
Octal1754142013511417314114
Binary11111011001100010010111011001100111101111000011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #013D04

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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