#105C13

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

Shades of Myrtle #105C13

Tints of Myrtle #105C13

Color information

#105C13 (or 0x105C13) is unknown color: approx Myrtle. HEX triplet: 10, 5C and 13. RGB value is (16,92,19). Sum of RGB (Red+Green+Blue) = 16+92+19=127 (16% of max value = 765). Red value is 16 (6.64% from 255 or 12.60% from 127); Green value is 92 (36.33% from 255 or 72.44% from 127); Blue value is 19 (7.81% from 255 or 14.96% from 127); Max value from RGB is 92 - color contains mainly: green. Hex color #105C13 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #105C13 is #EFA3EC. Grayscale: #3D3D3D. Windows color (decimal): -15705069 or 1268752. OLE color: 1268752.

HSL color Cylindrical-coordinate representation of color #105C13: hue angle of 122.37º degrees, saturation: 0.7, 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 #105C13 is Cyan = 0.83, Magento = 0, Yellow = 0.79 and Black (K on CMYK) = 0.64.

Color convert

RGB169219-
CMYK0.8300.790.64
HSL122.37º70.37%21.18%-
HSV(B)122.37º82.61%36.08%-
XYZ4.167.811.9-
YUV60.95104.3295.94-

RGB Variations

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

RGB

RED value IS 16 (6.64% from 255) = 12.60%
GREEN value IS 92 (36.33% from 255) = 72.44%
BLUE value IS 19 (7.81% from 255) = 14.96%
R=12.60%
G=72.44%
B=14.96%

CMYK

C (Cyan) values IS 0.83
M (Magenta) values IS 0
Y (Yellow) values IS 0.79
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal1692190.8300.790.64122.3770.3721.18
Hex105C135304F407a4615
Octal2013423123011710017210625
Binary1000010111001001110100110100111110000001111010100011010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #105C13

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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