#013705

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

Shades of Myrtle #013705

Tints of Myrtle #013705

Color information

#013705 (or 0x013705) is unknown color: approx Myrtle. HEX triplet: 01, 37 and 05. RGB value is (1,55,5). Sum of RGB (Red+Green+Blue) = 1+55+5=61 (8% of max value = 765). Red value is 1 (0.78% from 255 or 1.64% from 61); Green value is 55 (21.88% from 255 or 90.16% from 61); Blue value is 5 (2.34% from 255 or 8.20% from 61); Max value from RGB is 55 - color contains mainly: green. Hex color #013705 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #013705 is #FEC8FA. Grayscale: #212121. Windows color (decimal): -16697595 or 341761. OLE color: 341761.

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

Color convert

RGB1555-
CMYK0.9800.910.78
HSL124.44º96.43%10.98%-
HSV(B)124.44º98.18%21.57%-
XYZ1.412.750.6-
YUV33.15112.11105.07-

RGB Variations

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

RGB

RED value IS 1 (0.78% from 255) = 1.64%
GREEN value IS 55 (21.88% from 255) = 90.16%
BLUE value IS 5 (2.34% from 255) = 8.20%
R=1.64%
G=90.16%
B=8.20%

CMYK

C (Cyan) values IS 0.98
M (Magenta) values IS 0
Y (Yellow) values IS 0.91
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal15550.9800.910.78124.4496.4310.98
Hex13756205B4E7c60b
Octal1675142013311617414013
Binary11101111011100010010110111001110111110011000001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #013705

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #013705; }

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

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

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

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

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

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

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

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