#115801

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

Shades of Myrtle #115801

Tints of Myrtle #115801

Color information

#115801 (or 0x115801) is unknown color: approx Myrtle. HEX triplet: 11, 58 and 01. RGB value is (17,88,1). Sum of RGB (Red+Green+Blue) = 17+88+1=106 (14% of max value = 765). Red value is 17 (7.03% from 255 or 16.04% from 106); Green value is 88 (34.77% from 255 or 83.02% from 106); Blue value is 1 (0.78% from 255 or 0.94% from 106); Max value from RGB is 88 - color contains mainly: green. Hex color #115801 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #115801 is #EEA7FE. Grayscale: #393939. Windows color (decimal): -15640575 or 88081. OLE color: 88081.

HSL color Cylindrical-coordinate representation of color #115801: hue angle of 108.97º degrees, saturation: 0.98, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #115801 is Cyan = 0.81, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.65.

Color convert

RGB17881-
CMYK0.8100.990.65
HSL108.97º97.75%17.45%-
HSV(B)108.97º98.86%34.51%-
XYZ3.737.11.2-
YUV56.8596.4899.57-

RGB Variations

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

RGB

RED value IS 17 (7.03% from 255) = 16.04%
GREEN value IS 88 (34.77% from 255) = 83.02%
BLUE value IS 1 (0.78% from 255) = 0.94%
R=16.04%
G=83.02%
B=0.94%

CMYK

C (Cyan) values IS 0.81
M (Magenta) values IS 0
Y (Yellow) values IS 0.99
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal178810.8100.990.65108.9797.7517.45
Hex1158151063416d6211
Octal211301121014310115514221
Binary100011011000110100010110001110000011101101110001010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #115801

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #115801; }

 p { color: rgb(17,88,1); }

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

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

 a { background-color: rgb(17,88,1); }

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

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

 span { border-color: rgb(17,88,1); }

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