#013403

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

Shades of Myrtle #013403

Tints of Myrtle #013403

Color information

#013403 (or 0x013403) is unknown color: approx Myrtle. HEX triplet: 01, 34 and 03. RGB value is (1,52,3). Sum of RGB (Red+Green+Blue) = 1+52+3=56 (7% of max value = 765). Red value is 1 (0.78% from 255 or 1.79% from 56); Green value is 52 (20.70% from 255 or 92.86% from 56); Blue value is 3 (1.56% from 255 or 5.36% from 56); Max value from RGB is 52 - color contains mainly: green. Hex color #013403 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #013403 is #FECBFC. Grayscale: #1F1F1F. Windows color (decimal): -16698365 or 209921. OLE color: 209921.

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

Color convert

RGB1523-
CMYK0.9800.940.80
HSL122.35º96.23%10.39%-
HSV(B)122.35º98.08%20.39%-
XYZ1.262.470.5-
YUV31.16112.1106.48-

RGB Variations

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

RGB

RED value IS 1 (0.78% from 255) = 1.79%
GREEN value IS 52 (20.70% from 255) = 92.86%
BLUE value IS 3 (1.56% from 255) = 5.36%
R=1.79%
G=92.86%
B=5.36%

CMYK

C (Cyan) values IS 0.98
M (Magenta) values IS 0
Y (Yellow) values IS 0.94
K (Black) values IS 0.80
SystemRedGreenBlueCMYKHSL
Decimal15230.9800.940.80122.3596.2310.39
Hex13436205E507a60a
Octal1643142013612017214012
Binary1110100111100010010111101010000111101011000001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #013403

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #013403; }

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

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

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

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

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

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

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

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