#013404

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

Shades of Myrtle #013404

Tints of Myrtle #013404

Color information

#013404 (or 0x013404) is unknown color: approx Myrtle. HEX triplet: 01, 34 and 04. RGB value is (1,52,4). Sum of RGB (Red+Green+Blue) = 1+52+4=57 (7% of max value = 765). Red value is 1 (0.78% from 255 or 1.75% from 57); Green value is 52 (20.70% from 255 or 91.23% from 57); Blue value is 4 (1.95% from 255 or 7.02% from 57); Max value from RGB is 52 - color contains mainly: green. Hex color #013404 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #013404 is #FECBFB. Grayscale: #1F1F1F. Windows color (decimal): -16698364 or 275457. OLE color: 275457.

HSL color Cylindrical-coordinate representation of color #013404: hue angle of 123.53º degrees, saturation: 0.96, lightness: 0.1%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #013404 is Cyan = 0.98, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.80.

Color convert

RGB1524-
CMYK0.9800.920.80
HSL123.53º96.23%10.39%-
HSV(B)123.53º98.08%20.39%-
XYZ1.262.470.53-
YUV31.28112.6106.4-

RGB Variations

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

RGB

RED value IS 1 (0.78% from 255) = 1.75%
GREEN value IS 52 (20.70% from 255) = 91.23%
BLUE value IS 4 (1.95% from 255) = 7.02%
R=1.75%
G=91.23%
B=7.02%

CMYK

C (Cyan) values IS 0.98
M (Magenta) values IS 0
Y (Yellow) values IS 0.92
K (Black) values IS 0.80
SystemRedGreenBlueCMYKHSL
Decimal15240.9800.920.80123.5396.2310.39
Hex13446205C507c60a
Octal1644142013412017414012
Binary11101001001100010010111001010000111110011000001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #013404

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #013404; }

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

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

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

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

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

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

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

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