#015305

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

Shades of Myrtle #015305

Tints of Myrtle #015305

Color information

#015305 (or 0x015305) is unknown color: approx Myrtle. HEX triplet: 01, 53 and 05. RGB value is (1,83,5). Sum of RGB (Red+Green+Blue) = 1+83+5=89 (11% of max value = 765). Red value is 1 (0.78% from 255 or 1.12% from 89); Green value is 83 (32.81% from 255 or 93.26% from 89); Blue value is 5 (2.34% from 255 or 5.62% from 89); Max value from RGB is 83 - color contains mainly: green. Hex color #015305 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #015305 is #FEACFA. Grayscale: #313131. Windows color (decimal): -16690427 or 348929. OLE color: 348929.

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

Color convert

RGB1835-
CMYK0.9900.940.67
HSL122.93º97.62%16.47%-
HSV(B)122.93º98.8%32.55%-
XYZ3.136.21.18-
YUV49.59102.8393.34-

RGB Variations

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

RGB

RED value IS 1 (0.78% from 255) = 1.12%
GREEN value IS 83 (32.81% from 255) = 93.26%
BLUE value IS 5 (2.34% from 255) = 5.62%
R=1.12%
G=93.26%
B=5.62%

CMYK

C (Cyan) values IS 0.99
M (Magenta) values IS 0
Y (Yellow) values IS 0.94
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal18350.9900.940.67122.9397.6216.47
Hex15356305E437b6210
Octal11235143013610317314220
Binary1101001110111000110101111010000111111011110001010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #015305

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #015305; }

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

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

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

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

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

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

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

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