#013303

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

Shades of Myrtle #013303

Tints of Myrtle #013303

Color information

#013303 (or 0x013303) is unknown color: approx Myrtle. HEX triplet: 01, 33 and 03. RGB value is (1,51,3). Sum of RGB (Red+Green+Blue) = 1+51+3=55 (7% of max value = 765). Red value is 1 (0.78% from 255 or 1.82% from 55); Green value is 51 (20.31% from 255 or 92.73% from 55); Blue value is 3 (1.56% from 255 or 5.45% from 55); Max value from RGB is 51 - color contains mainly: green. Hex color #013303 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #013303 is #FECCFC. Grayscale: #1E1E1E. Windows color (decimal): -16698621 or 209665. OLE color: 209665.

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

Color convert

RGB1513-
CMYK0.9800.940.8
HSL122.4º96.15%10.2%-
HSV(B)122.4º98.04%20%-
XYZ1.212.380.48-
YUV30.58112.44106.9-

RGB Variations

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

RGB

RED value IS 1 (0.78% from 255) = 1.82%
GREEN value IS 51 (20.31% from 255) = 92.73%
BLUE value IS 3 (1.56% from 255) = 5.45%
R=1.82%
G=92.73%
B=5.45%

CMYK

C (Cyan) values IS 0.98
M (Magenta) values IS 0
Y (Yellow) values IS 0.94
K (Black) values IS 0.8
SystemRedGreenBlueCMYKHSL
Decimal15130.9800.940.8122.496.1510.2
Hex13336205E507a60a
Octal1633142013612017214012
Binary1110011111100010010111101010000111101011000001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #013303

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #013303; }

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

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

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

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

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

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

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

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