#105518

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

Shades of Myrtle #105518

Tints of Myrtle #105518

Color information

#105518 (or 0x105518) is unknown color: approx Myrtle. HEX triplet: 10, 55 and 18. RGB value is (16,85,24). Sum of RGB (Red+Green+Blue) = 16+85+24=125 (16% of max value = 765). Red value is 16 (6.64% from 255 or 12.8% from 125); Green value is 85 (33.59% from 255 or 68% from 125); Blue value is 24 (9.77% from 255 or 19.2% from 125); Max value from RGB is 85 - color contains mainly: green. Hex color #105518 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #105518 is #EFAAE7. Grayscale: #393939. Windows color (decimal): -15706856 or 1594640. OLE color: 1594640.

HSL color Cylindrical-coordinate representation of color #105518: hue angle of 126.96º degrees, saturation: 0.68, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #105518 is Cyan = 0.81, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.67.

Color convert

RGB168524-
CMYK0.8100.720.67
HSL126.96º68.32%19.8%-
HSV(B)126.96º81.18%33.33%-
XYZ3.636.671.96-
YUV57.41109.1498.46-

RGB Variations

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

RGB

RED value IS 16 (6.64% from 255) = 12.8%
GREEN value IS 85 (33.59% from 255) = 68%
BLUE value IS 24 (9.77% from 255) = 19.2%
R=12.8%
G=68%
B=19.2%

CMYK

C (Cyan) values IS 0.81
M (Magenta) values IS 0
Y (Yellow) values IS 0.72
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal1685240.8100.720.67126.9668.3219.8
Hex10551851048437f4414
Octal2012530121011010317710424
Binary1000010101011100010100010100100010000111111111100010010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #105518

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #105518; }

 p { color: rgb(16,85,24); }

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

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

 a { background-color: rgb(16,85,24); }

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

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

 span { border-color: rgb(16,85,24); }

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