#013C04

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

Shades of Myrtle #013C04

Tints of Myrtle #013C04

Color information

#013C04 (or 0x013C04) is unknown color: approx Myrtle. HEX triplet: 01, 3C and 04. RGB value is (1,60,4). Sum of RGB (Red+Green+Blue) = 1+60+4=65 (8% of max value = 765). Red value is 1 (0.78% from 255 or 1.54% from 65); Green value is 60 (23.83% from 255 or 92.31% from 65); Blue value is 4 (1.95% from 255 or 6.15% from 65); Max value from RGB is 60 - color contains mainly: green. Hex color #013C04 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #013C04 is #FEC3FB. Grayscale: #242424. Windows color (decimal): -16696316 or 277505. OLE color: 277505.

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

Color convert

RGB1604-
CMYK0.9800.930.76
HSL123.05º96.72%11.96%-
HSV(B)123.05º98.33%23.53%-
XYZ1.653.250.65-
YUV35.98109.95103.05-

RGB Variations

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

RGB

RED value IS 1 (0.78% from 255) = 1.54%
GREEN value IS 60 (23.83% from 255) = 92.31%
BLUE value IS 4 (1.95% from 255) = 6.15%
R=1.54%
G=92.31%
B=6.15%

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
Decimal16040.9800.930.76123.0596.7211.96
Hex13C46205D4C7b61c
Octal1744142013511417314114
Binary11111001001100010010111011001100111101111000011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #013C04

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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