#015103

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

Shades of Myrtle #015103

Tints of Myrtle #015103

Color information

#015103 (or 0x015103) is unknown color: approx Myrtle. HEX triplet: 01, 51 and 03. RGB value is (1,81,3). Sum of RGB (Red+Green+Blue) = 1+81+3=85 (11% of max value = 765). Red value is 1 (0.78% from 255 or 1.18% from 85); Green value is 81 (32.03% from 255 or 95.29% from 85); Blue value is 3 (1.56% from 255 or 3.53% from 85); Max value from RGB is 81 - color contains mainly: green. Hex color #015103 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #015103 is #FEAEFC. Grayscale: #303030. Windows color (decimal): -16690941 or 217345. OLE color: 217345.

HSL color Cylindrical-coordinate representation of color #015103: hue angle of 121.5º degrees, saturation: 0.98, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #015103 is Cyan = 0.99, Magento = 0, Yellow = 0.96 and Black (K on CMYK) = 0.68.

Color convert

RGB1813-
CMYK0.9900.960.68
HSL121.5º97.56%16.08%-
HSV(B)121.5º98.77%31.76%-
XYZ2.975.91.07-
YUV48.19102.594.34-

RGB Variations

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

RGB

RED value IS 1 (0.78% from 255) = 1.18%
GREEN value IS 81 (32.03% from 255) = 95.29%
BLUE value IS 3 (1.56% from 255) = 3.53%
R=1.18%
G=95.29%
B=3.53%

CMYK

C (Cyan) values IS 0.99
M (Magenta) values IS 0
Y (Yellow) values IS 0.96
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal18130.9900.960.68121.597.5616.08
Hex151363060447a6210
Octal11213143014010417214220
Binary110100011111000110110000010001001111010110001010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #015103

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #015103; }

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

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

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

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

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

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

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

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