#105D13

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

Shades of Myrtle #105D13

Tints of Myrtle #105D13

Color information

#105D13 (or 0x105D13) is unknown color: approx Myrtle. HEX triplet: 10, 5D and 13. RGB value is (16,93,19). Sum of RGB (Red+Green+Blue) = 16+93+19=128 (16% of max value = 765). Red value is 16 (6.64% from 255 or 12.5% from 128); Green value is 93 (36.72% from 255 or 72.66% from 128); Blue value is 19 (7.81% from 255 or 14.84% from 128); Max value from RGB is 93 - color contains mainly: green. Hex color #105D13 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #105D13 is #EFA2EC. Grayscale: #3D3D3D. Windows color (decimal): -15704813 or 1269008. OLE color: 1269008.

HSL color Cylindrical-coordinate representation of color #105D13: hue angle of 122.34º degrees, saturation: 0.71, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #105D13 is Cyan = 0.83, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.64.

Color convert

RGB169319-
CMYK0.8300.800.64
HSL122.34º70.64%21.37%-
HSV(B)122.34º82.8%36.47%-
XYZ4.257.991.93-
YUV61.54103.9995.52-

RGB Variations

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

RGB

RED value IS 16 (6.64% from 255) = 12.5%
GREEN value IS 93 (36.72% from 255) = 72.66%
BLUE value IS 19 (7.81% from 255) = 14.84%
R=12.5%
G=72.66%
B=14.84%

CMYK

C (Cyan) values IS 0.83
M (Magenta) values IS 0
Y (Yellow) values IS 0.80
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal1693190.8300.800.64122.3470.6421.37
Hex105D1353050407a4715
Octal2013523123012010017210725
Binary1000010111011001110100110101000010000001111010100011110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #105D13

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #105D13; }

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

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

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

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

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

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

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

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