#105801

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

Shades of Myrtle #105801

Tints of Myrtle #105801

Color information

#105801 (or 0x105801) is unknown color: approx Myrtle. HEX triplet: 10, 58 and 01. RGB value is (16,88,1). Sum of RGB (Red+Green+Blue) = 16+88+1=105 (13% of max value = 765). Red value is 16 (6.64% from 255 or 15.24% from 105); Green value is 88 (34.77% from 255 or 83.81% from 105); Blue value is 1 (0.78% from 255 or 0.95% from 105); Max value from RGB is 88 - color contains mainly: green. Hex color #105801 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #105801 is #EFA7FE. Grayscale: #383838. Windows color (decimal): -15706111 or 88080. OLE color: 88080.

HSL color Cylindrical-coordinate representation of color #105801: hue angle of 109.66º 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 #105801 is Cyan = 0.82, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.65.

Color convert

RGB16881-
CMYK0.8200.990.65
HSL109.66º97.75%17.45%-
HSV(B)109.66º98.86%34.51%-
XYZ3.717.091.2-
YUV56.5596.6599.07-

RGB Variations

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

RGB

RED value IS 16 (6.64% from 255) = 15.24%
GREEN value IS 88 (34.77% from 255) = 83.81%
BLUE value IS 1 (0.78% from 255) = 0.95%
R=15.24%
G=83.81%
B=0.95%

CMYK

C (Cyan) values IS 0.82
M (Magenta) values IS 0
Y (Yellow) values IS 0.99
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal168810.8200.990.65109.6697.7517.45
Hex1058152063416e6211
Octal201301122014310115614221
Binary100001011000110100100110001110000011101110110001010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #105801

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #105801; }

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

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

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

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

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

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

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

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