#103C13

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

Shades of Myrtle #103C13

Tints of Myrtle #103C13

Color information

#103C13 (or 0x103C13) is unknown color: approx Myrtle. HEX triplet: 10, 3C and 13. RGB value is (16,60,19). Sum of RGB (Red+Green+Blue) = 16+60+19=95 (12% of max value = 765). Red value is 16 (6.64% from 255 or 16.84% from 95); Green value is 60 (23.83% from 255 or 63.16% from 95); Blue value is 19 (7.81% from 255 or 20% from 95); Max value from RGB is 60 - color contains mainly: green. Hex color #103C13 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #103C13 is #EFC3EC. Grayscale: #2A2A2A. Windows color (decimal): -15713261 or 1260560. OLE color: 1260560.

HSL color Cylindrical-coordinate representation of color #103C13: hue angle of 124.09º degrees, saturation: 0.58, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #103C13 is Cyan = 0.73, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.76.

Color convert

RGB166019-
CMYK0.7300.680.76
HSL124.09º57.89%14.9%-
HSV(B)124.09º73.33%23.53%-
XYZ1.953.391.17-
YUV42.17114.92109.33-

RGB Variations

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

RGB

RED value IS 16 (6.64% from 255) = 16.84%
GREEN value IS 60 (23.83% from 255) = 63.16%
BLUE value IS 19 (7.81% from 255) = 20%
R=16.84%
G=63.16%
B=20%

CMYK

C (Cyan) values IS 0.73
M (Magenta) values IS 0
Y (Yellow) values IS 0.68
K (Black) values IS 0.76
SystemRedGreenBlueCMYKHSL
Decimal1660190.7300.680.76124.0957.8914.9
Hex103C13490444C7c3af
Octal20742311101041141747217
Binary1000011110010011100100101000100100110011111001110101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #103C13

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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