#013704

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

Shades of Myrtle #013704

Tints of Myrtle #013704

Color information

#013704 (or 0x013704) is unknown color: approx Myrtle. HEX triplet: 01, 37 and 04. RGB value is (1,55,4). Sum of RGB (Red+Green+Blue) = 1+55+4=60 (7% of max value = 765). Red value is 1 (0.78% from 255 or 1.67% from 60); Green value is 55 (21.88% from 255 or 91.67% from 60); Blue value is 4 (1.95% from 255 or 6.67% from 60); Max value from RGB is 55 - color contains mainly: green. Hex color #013704 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #013704 is #FEC8FB. Grayscale: #212121. Windows color (decimal): -16697596 or 276225. OLE color: 276225.

HSL color Cylindrical-coordinate representation of color #013704: hue angle of 123.33º degrees, saturation: 0.96, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #013704 is Cyan = 0.98, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.78.

Color convert

RGB1554-
CMYK0.9800.930.78
HSL123.33º96.43%10.98%-
HSV(B)123.33º98.18%21.57%-
XYZ1.42.750.57-
YUV33.04111.61105.15-

RGB Variations

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

RGB

RED value IS 1 (0.78% from 255) = 1.67%
GREEN value IS 55 (21.88% from 255) = 91.67%
BLUE value IS 4 (1.95% from 255) = 6.67%
R=1.67%
G=91.67%
B=6.67%

CMYK

C (Cyan) values IS 0.98
M (Magenta) values IS 0
Y (Yellow) values IS 0.93
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal15540.9800.930.78123.3396.4310.98
Hex13746205D4E7b60b
Octal1674142013511617314013
Binary11101111001100010010111011001110111101111000001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #013704

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #013704; }

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

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

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

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

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

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

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

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