#013304

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

Shades of Myrtle #013304

Tints of Myrtle #013304

Color information

#013304 (or 0x013304) is unknown color: approx Myrtle. HEX triplet: 01, 33 and 04. RGB value is (1,51,4). Sum of RGB (Red+Green+Blue) = 1+51+4=56 (7% of max value = 765). Red value is 1 (0.78% from 255 or 1.79% from 56); Green value is 51 (20.31% from 255 or 91.07% from 56); Blue value is 4 (1.95% from 255 or 7.14% from 56); Max value from RGB is 51 - color contains mainly: green. Hex color #013304 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #013304 is #FECCFB. Grayscale: #1E1E1E. Windows color (decimal): -16698620 or 275201. OLE color: 275201.

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

Color convert

RGB1514-
CMYK0.9800.920.8
HSL123.6º96.15%10.2%-
HSV(B)123.6º98.04%20%-
XYZ1.222.380.51-
YUV30.69112.94106.82-

RGB Variations

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

RGB

RED value IS 1 (0.78% from 255) = 1.79%
GREEN value IS 51 (20.31% from 255) = 91.07%
BLUE value IS 4 (1.95% from 255) = 7.14%
R=1.79%
G=91.07%
B=7.14%

CMYK

C (Cyan) values IS 0.98
M (Magenta) values IS 0
Y (Yellow) values IS 0.92
K (Black) values IS 0.8
SystemRedGreenBlueCMYKHSL
Decimal15140.9800.920.8123.696.1510.2
Hex13346205C507c60a
Octal1634142013412017414012
Binary11100111001100010010111001010000111110011000001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #013304

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #013304; }

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

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

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

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

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

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

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

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