#105513

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

Shades of Myrtle #105513

Tints of Myrtle #105513

Color information

#105513 (or 0x105513) is unknown color: approx Myrtle. HEX triplet: 10, 55 and 13. RGB value is (16,85,19). Sum of RGB (Red+Green+Blue) = 16+85+19=120 (15% of max value = 765). Red value is 16 (6.64% from 255 or 13.33% from 120); Green value is 85 (33.59% from 255 or 70.83% from 120); Blue value is 19 (7.81% from 255 or 15.83% from 120); Max value from RGB is 85 - color contains mainly: green. Hex color #105513 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #105513 is #EFAAEC. Grayscale: #393939. Windows color (decimal): -15706861 or 1266960. OLE color: 1266960.

HSL color Cylindrical-coordinate representation of color #105513: hue angle of 122.61º 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 #105513 is Cyan = 0.81, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.67.

Color convert

RGB168519-
CMYK0.8100.780.67
HSL122.61º68.32%19.8%-
HSV(B)122.61º81.18%33.33%-
XYZ3.586.651.71-
YUV56.84106.6498.87-

RGB Variations

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

RGB

RED value IS 16 (6.64% from 255) = 13.33%
GREEN value IS 85 (33.59% from 255) = 70.83%
BLUE value IS 19 (7.81% from 255) = 15.83%
R=13.33%
G=70.83%
B=15.83%

CMYK

C (Cyan) values IS 0.81
M (Magenta) values IS 0
Y (Yellow) values IS 0.78
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal1685190.8100.780.67122.6168.3219.8
Hex1055135104E437b4414
Octal2012523121011610317310424
Binary1000010101011001110100010100111010000111111011100010010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #105513

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #105513; }

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

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

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

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

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

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

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

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