#013703

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

Shades of Myrtle #013703

Tints of Myrtle #013703

Color information

#013703 (or 0x013703) is unknown color: approx Myrtle. HEX triplet: 01, 37 and 03. RGB value is (1,55,3). Sum of RGB (Red+Green+Blue) = 1+55+3=59 (7% of max value = 765). Red value is 1 (0.78% from 255 or 1.69% from 59); Green value is 55 (21.88% from 255 or 93.22% from 59); Blue value is 3 (1.56% from 255 or 5.08% from 59); Max value from RGB is 55 - color contains mainly: green. Hex color #013703 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #013703 is #FEC8FC. Grayscale: #212121. Windows color (decimal): -16697597 or 210689. OLE color: 210689.

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

Color convert

RGB1553-
CMYK0.9800.950.78
HSL122.22º96.43%10.98%-
HSV(B)122.22º98.18%21.57%-
XYZ1.42.750.54-
YUV32.93111.11105.23-

RGB Variations

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

RGB

RED value IS 1 (0.78% from 255) = 1.69%
GREEN value IS 55 (21.88% from 255) = 93.22%
BLUE value IS 3 (1.56% from 255) = 5.08%
R=1.69%
G=93.22%
B=5.08%

CMYK

C (Cyan) values IS 0.98
M (Magenta) values IS 0
Y (Yellow) values IS 0.95
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal15530.9800.950.78122.2296.4310.98
Hex13736205F4E7a60b
Octal1673142013711617214013
Binary1110111111100010010111111001110111101011000001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #013703

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #013703; }

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

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

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

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

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

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

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

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